removed a debug thingy
This commit is contained in:
parent
4430641349
commit
58262a8b8a
@ -44,5 +44,5 @@ defmodule Pleroma.Web.ActivityPub.MRF.HellthreadPolicy do
|
||||
end
|
||||
|
||||
@impl true
|
||||
def filter(message), do: {:ok_notcreate, message}
|
||||
def filter(message), do: {:ok, message}
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user