forked from AkkomaGang/akkoma
add a little loggie
This commit is contained in:
parent
67beb1404b
commit
eeafafb06d
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ defmodule Mix.Tasks.Pleroma.Moderation do
|
|||
|
||||
def run(["rm-instance", domain | _rest]) do
|
||||
start_pleroma()
|
||||
IO.puts("Deleting #{domain}")
|
||||
Pleroma.Instances.Instance.perform(:delete_instance, domain)
|
||||
|> IO.inspect()
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue