Mastodon API: Add pleroma.thread_muted to Status entity
Needed for pleroma-fe!941
This commit is contained in:
parent
e54694748b
commit
3face45467
4 changed files with 24 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue