Skip to content
Snippets Groups Projects
Commit 58262a8b authored by Karen Konou's avatar Karen Konou
Browse files

removed a debug thingy

parent 44306413
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment