Merge branch 'digest-template' into 'develop'
[akkoma] / lib / pleroma / web / common_api / common_api.ex
index 86e95cd0f641cba42fabfe652620d68c92a8545a..72da46263f6f16f8f453d3b4cc0ddbcb8d7e6329 100644 (file)
@@ -223,7 +223,7 @@ defmodule Pleroma.Web.CommonAPI do
          {poll, poll_emoji} <- make_poll_data(data),
          {to, cc} <-
            get_to_and_cc(user, addressed_users, in_reply_to, visibility, in_reply_to_conversation),
-         context <- make_context(in_reply_to),
+         context <- make_context(in_reply_to, in_reply_to_conversation),
          cw <- data["spoiler_text"] || "",
          sensitive <- data["sensitive"] || Enum.member?(tags, {"#nsfw", "nsfw"}),
          full_payload <- String.trim(status <> cw),