forked from AkkomaGang/akkoma
Add some user feedback
This commit is contained in:
parent
3bf3db39f5
commit
81faf540b3
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ def run(["test" | args]) 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,
|
||||
|
|
Loading…
Reference in a new issue