mirror of
https://git.rape.pet/ulith/amputoma.git
synced 2025-02-24 21:53:59 +01:00
removed a debug thingy
This commit is contained in:
parent
4430641349
commit
58262a8b8a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue