Mastodon API: Add pleroma.thread_muted to Status entity

Needed for pleroma-fe!941
This commit is contained in:
rinpatch 2019-09-04 14:16:56 +03:00
commit 3face45467
4 changed files with 24 additions and 2 deletions

View 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