mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Fix unread message lookup in markRead
// FREEBIE
This commit is contained in:
@@ -211,7 +211,7 @@
|
||||
}));
|
||||
|
||||
var readReceipts = this.messageCollection.where({
|
||||
type: 'incoming', unread: true
|
||||
type: 'incoming', unread: 1
|
||||
}).map(function(m) {
|
||||
m.markRead();
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user