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

fix pattern match on user registration

See merge request pleroma/pleroma!1058
stable
rinpatch 6 years ago
commit 8c6d5a6b4d

@ -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

Loading…
Cancel
Save