aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-04-14 17:54:32 +0000
committerrinpatch <rinpatch@sdf.org>2019-04-14 17:54:32 +0000
commit8c6d5a6b4ddb6c2fc9fea9cf009a99c72260ddee (patch)
treee5c7c61ec07f150e063582c47cd52973ba5373f2 /lib
parent7304e0ce18776d4ace969a8a1b737a60635376d6 (diff)
parente513504e8840f5a64ae4ba795b158a102e4e8843 (diff)
downloadpleroma-8c6d5a6b4ddb6c2fc9fea9cf009a99c72260ddee.tar.gz
Merge branch 'bugfix/registration-email-pattern' into 'develop'
fix pattern match on user registration See merge request pleroma/pleroma!1058
Diffstat (limited to 'lib')
-rw-r--r--lib/pleroma/user.ex2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pleroma/user.ex b/lib/pleroma/user.ex
index 4a41a15c7..78eb29ddd 100644
--- 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