From: Egor Kislitsyn Date: Mon, 21 Sep 2020 17:47:36 +0000 (+0400) Subject: Fix emails X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=8baee855d90530def46dc62b81e6a0cb0c315914;p=akkoma Fix emails --- diff --git a/lib/pleroma/emails/user_email.ex b/lib/pleroma/emails/user_email.ex index 5745794ec..806a61fd2 100644 --- a/lib/pleroma/emails/user_email.ex +++ b/lib/pleroma/emails/user_email.ex @@ -198,14 +198,14 @@ defmodule Pleroma.Emails.UserEmail do if is_nil(admin_user_id) do """

You requested a full backup of your Pleroma account. It's ready for download:

-

+

#{download_url}

""" else admin = Pleroma.Repo.get(User, admin_user_id) """

Admin @#{admin.nickname} requested a full backup of your Pleroma account. It's ready for download:

-

+

#{download_url}

""" end