Revert "Rename make_unannounce_data helper to make_undo_data"
[akkoma] / lib / pleroma / web / activity_pub / utils.ex
index d2a421ea4913f9bcb3ef677e8fc217458fb532bc..9e2fa1fb22967875b0e8050b11e8f15854122462 100644 (file)
@@ -279,9 +279,9 @@ defmodule Pleroma.Web.ActivityPub.Utils do
   end
 
   @doc """
-  Make undo activity data for the given actor and object
+  Make unannounce activity data for the given actor and object
   """
-  def make_undo_data(
+  def make_unannounce_data(
         %User{ap_id: ap_id} = user,
         %Activity{data: %{"id" => id, "context" => context}} = activity
       ) do