Merge branch 'fix/1658-invite-send' into 'develop'
[akkoma] / lib / pleroma / web / activity_pub / mrf / no_placeholder_text_policy.ex
index 6fc9544a0518da8f4ba18832dce00fbd4136bd3b..fc347504820587efd4a8d968120181e6a7293e8e 100644 (file)
@@ -1,5 +1,5 @@
 # Pleroma: A lightweight social networking server
-# Copyright © 2019 Pleroma Authors <https://pleroma.social/>
+# Copyright © 2017-2020 Pleroma Authors <https://pleroma.social/>
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Web.ActivityPub.MRF.NoPlaceholderTextPolicy do
@@ -21,5 +21,5 @@ defmodule Pleroma.Web.ActivityPub.MRF.NoPlaceholderTextPolicy do
   def filter(object), do: {:ok, object}
 
   @impl true
-  def describe(), do: {:ok, %{}}
+  def describe, do: {:ok, %{}}
 end