From: Mark Felder Date: Thu, 24 Sep 2020 23:35:20 +0000 (-0500) Subject: Add some user feedback X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=81faf540b30d0ecf75779e7a5c16f42b7218cec8;p=akkoma Add some user feedback --- diff --git a/lib/mix/tasks/pleroma/email.ex b/lib/mix/tasks/pleroma/email.ex index 9e989ed46..9972cb988 100644 --- a/lib/mix/tasks/pleroma/email.ex +++ b/lib/mix/tasks/pleroma/email.ex @@ -25,6 +25,8 @@ defmodule Mix.Tasks.Pleroma.Email do def run(["resend_confirmation_emails"]) do start_pleroma() + shell_info("Sending emails to all unconfirmed users") + Pleroma.User.Query.build(%{ local: true, deactivated: false,