removed a debug thingy

This commit is contained in:
Karen Konou 2019-02-04 11:22:25 +00:00
parent 4430641349
commit 58262a8b8a
1 changed files with 1 additions and 1 deletions

View File

@ -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