diff options
| author | rinpatch <rinpatch@sdf.org> | 2019-09-04 21:11:13 +0300 |
|---|---|---|
| committer | rinpatch <rinpatch@sdf.org> | 2019-09-04 21:11:13 +0300 |
| commit | 1a5a7bbebf45e93dbd47a99bb4eb05a5be5979f1 (patch) | |
| tree | dbac1ec5d0d69c7db57245d5d040741e0e6610cf /src/services/entity_normalizer | |
| parent | 66a34b7ecf65ded39882b9e4e7df9bbd2067afc3 (diff) | |
Set thread_muted for all statuses with the same conversation id on
status mute/unmute
Diffstat (limited to 'src/services/entity_normalizer')
| -rw-r--r-- | src/services/entity_normalizer/entity_normalizer.service.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/services/entity_normalizer/entity_normalizer.service.js b/src/services/entity_normalizer/entity_normalizer.service.js index 6cc1851d..7438cd90 100644 --- a/src/services/entity_normalizer/entity_normalizer.service.js +++ b/src/services/entity_normalizer/entity_normalizer.service.js @@ -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 |
