Add ActivityExpirationPolicy
[akkoma] / lib / pleroma / web / activity_pub / mrf / keyword_policy.ex
index fbfe7a7eb3d1add80a2a97ce9f45814b126630f7..d6d1396bc773fe4af53126d447c8845c62b70747 100644 (file)
@@ -98,7 +98,7 @@ defmodule Pleroma.Web.ActivityPub.MRF.KeywordPolicy do
   def filter(message), do: {:ok, message}
 
   @impl true
-  def describe() do
+  def describe do
     # This horror is needed to convert regex sigils to strings
     mrf_keyword =
       Pleroma.Config.get(:mrf_keyword, [])