Show read/viewed even after read receipts disabled

This commit is contained in:
Evan Hahn
2021-07-21 14:21:16 -05:00
committed by GitHub
parent 8bcf3addc7
commit 2c59c71872
6 changed files with 20 additions and 70 deletions

View File

@@ -3850,11 +3850,7 @@ export class ConversationModel extends window.Backbone
(previewMessage ? previewMessage.getNotificationText() : '') || '',
lastMessageStatus:
(previewMessage
? getMessagePropStatus(
previewMessage.attributes,
ourConversationId,
window.storage.get('read-receipt-setting', false)
)
? getMessagePropStatus(previewMessage.attributes, ourConversationId)
: null) || null,
timestamp,
lastMessageDeletedForEveryone: previewMessage