Merge branch 'dockerfile-touchups' into 'develop'
[akkoma] / lib / pleroma / web / mastodon_api / views / status_view.ex
index a4ee0b5ddc9bb0e2d67ac139a6727138187b2c8f..4c3c8c564210e6fa3800b5ec7a31f29acf45f8ee 100644 (file)
@@ -299,7 +299,8 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do
         content: %{"text/plain" => content_plaintext},
         spoiler_text: %{"text/plain" => summary_plaintext},
         expires_at: expires_at,
-        direct_conversation_id: direct_conversation_id
+        direct_conversation_id: direct_conversation_id,
+        thread_muted: thread_muted?
       }
     }
   end