mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-08 09:24:18 +00:00
add a little loggie
This commit is contained in:
parent
67beb1404b
commit
eeafafb06d
|
@ -6,6 +6,7 @@ defmodule Mix.Tasks.Pleroma.Moderation do
|
||||||
|
|
||||||
def run(["rm-instance", domain | _rest]) do
|
def run(["rm-instance", domain | _rest]) do
|
||||||
start_pleroma()
|
start_pleroma()
|
||||||
|
IO.puts("Deleting #{domain}")
|
||||||
Pleroma.Instances.Instance.perform(:delete_instance, domain)
|
Pleroma.Instances.Instance.perform(:delete_instance, domain)
|
||||||
|> IO.inspect()
|
|> IO.inspect()
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue