forked from AkkomaGang/akkoma
rm_user: also ensure that cache is running.
This commit is contained in:
parent
8b5ea91f68
commit
b586ead6b8
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ defmodule Mix.Tasks.RmUser do
|
|||
|
||||
@shortdoc "Permanently delete a user"
|
||||
def run([nickname]) do
|
||||
ensure_started(Repo, [])
|
||||
Mix.Task.run("app.start")
|
||||
|
||||
with %User{local: true} = user <- User.get_by_nickname(nickname) do
|
||||
User.delete(user)
|
||||
|
|
Loading…
Reference in a new issue