Changelog: Move api info to api heading.
[akkoma] / lib / pleroma / web / activity_pub / publisher.ex
index 9c3956683cbbc1564b5f5108b9ab3891c5dae214..a2930c1cd0275bfb75984771286d1abf5d137dd8 100644 (file)
@@ -242,9 +242,7 @@ defmodule Pleroma.Web.ActivityPub.Publisher do
     end)
   end
 
-  @doc """
-  Publishes an activity to all relevant peers.
-  """
+  # Publishes an activity to all relevant peers.
   def publish(%User{} = actor, %Activity{} = activity) do
     public = is_public?(activity)