logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 95930a7aa5b06ded61a2694989531846a527d0ed
parent 2a863987bc41c5fed26f430f47548a1cf49030ed
Author: Mark Felder <feld@feld.me>
Date:   Thu,  4 Feb 2021 17:42:09 -0600

Actually send the mail

Diffstat:

Mlib/pleroma/user.ex1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/lib/pleroma/user.ex b/lib/pleroma/user.ex @@ -900,6 +900,7 @@ defmodule Pleroma.User do false <- Config.get([:instance, :account_approval_required], false) do user |> Pleroma.Emails.UserEmail.successful_registration_email() + |> Pleroma.Emails.Mailer.deliver_async() {:ok, :enqueued} else