Fix task name for robotstxt
[akkoma] / lib / pleroma / web / common_api / activity_draft.ex
index b3a49de441d8b13957ba43263fed476f5c564f67..8b0eaaadf498b12366e6338e3460a3513c323106 100644 (file)
@@ -177,7 +177,7 @@ defmodule Pleroma.Web.CommonAPI.ActivityDraft do
   end
 
   defp context(draft) do
-    context = Utils.make_context(draft.in_reply_to, draft.in_reply_to_conversation)
+    context = Utils.make_context(draft)
     %__MODULE__{draft | context: context}
   end