removed a debug thingy
authorKaren Konou <konoukaren@gmail.com>
Mon, 4 Feb 2019 11:22:25 +0000 (11:22 +0000)
committerKaren Konou <konoukaren@gmail.com>
Mon, 4 Feb 2019 11:22:25 +0000 (11:22 +0000)
lib/pleroma/web/activity_pub/mrf/hellthread_policy.ex

index dd0d6dd5fc2b18f4e04d315dfdf4cf1c4a3a6684..4c6e612b28357025f8b436c6ea3065e1bdce6bf7 100644 (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