Browse Source

removed a debug thingy

tags/v0.9.9
Karen Konou 5 years ago
parent
commit
58262a8b8a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lib/pleroma/web/activity_pub/mrf/hellthread_policy.ex

+ 1
- 1
lib/pleroma/web/activity_pub/mrf/hellthread_policy.ex 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

Loading…
Cancel
Save