logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 8c6d5a6b4ddb6c2fc9fea9cf009a99c72260ddee
parent 7304e0ce18776d4ace969a8a1b737a60635376d6
Author: rinpatch <rinpatch@sdf.org>
Date:   Sun, 14 Apr 2019 17:54:32 +0000

Merge branch 'bugfix/registration-email-pattern' into 'develop'

fix pattern match on user registration

See merge request pleroma/pleroma!1058

Diffstat:

Mlib/pleroma/user.ex2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/lib/pleroma/user.ex b/lib/pleroma/user.ex @@ -281,6 +281,8 @@ defmodule Pleroma.User do user |> Pleroma.Emails.UserEmail.account_confirmation_email() |> Pleroma.Emails.Mailer.deliver_async() + + {:ok, :enqueued} else {:ok, :noop} end