Set thread_muted for all statuses with the same conversation id on

status mute/unmute
This commit is contained in:
rinpatch 2019-09-04 21:11:13 +03:00
parent 66a34b7ecf
commit 1a5a7bbebf
4 changed files with 10 additions and 7 deletions

View file

@ -224,6 +224,7 @@ export const parseStatus = (data) => {
output.statusnet_conversation_id = data.pleroma.conversation_id
output.is_local = pleroma.local
output.in_reply_to_screen_name = data.pleroma.in_reply_to_account_acct
output.thread_muted = pleroma.thread_muted
} else {
output.text = data.content
output.summary = data.spoiler_text