SideEffects: Handle ChatMessage creation.
[akkoma] / lib / pleroma / web / activity_pub / activity_pub.ex
index 19286fd01a29f9f75dfb8ed78e9a2d94694368d3..0b48925016c57bc06bfe1b18dd0fdb11d0a93799 100644 (file)
@@ -397,6 +397,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
     end
   end
 
+  # TODO: Is this even used now?
   # TODO: This is weird, maybe we shouldn't check here if we can make the activity.
   @spec like(User.t(), Object.t(), String.t() | nil, boolean()) ::
           {:ok, Activity.t(), Object.t()} | {:error, any()}