From: Karen Konou Date: Mon, 4 Feb 2019 11:22:25 +0000 (+0000) Subject: removed a debug thingy X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=58262a8b8a759ecb69663a92a56f65b6e16db6ea;p=akkoma removed a debug thingy --- diff --git a/lib/pleroma/web/activity_pub/mrf/hellthread_policy.ex b/lib/pleroma/web/activity_pub/mrf/hellthread_policy.ex index dd0d6dd5f..4c6e612b2 100644 --- a/lib/pleroma/web/activity_pub/mrf/hellthread_policy.ex +++ b/lib/pleroma/web/activity_pub/mrf/hellthread_policy.ex @@ -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