logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 81faf540b30d0ecf75779e7a5c16f42b7218cec8
parent 3bf3db39f5932601798db8fd34523abc1b60dea7
Author: Mark Felder <feld@FreeBSD.org>
Date:   Thu, 24 Sep 2020 18:35:20 -0500

Add some user feedback

Diffstat:

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

diff --git 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,