mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-01 22:01:49 +01:00
Animated loading screens on startup and first conversation load
FREEBIE
This commit is contained in:
@@ -344,7 +344,7 @@
|
||||
|
||||
// Lastly, we don't send read receipts for any message marked read due to a read
|
||||
// receipt. That's a notification explosion we don't need.
|
||||
this.queueJob(function() {
|
||||
return this.queueJob(function() {
|
||||
return this.markRead(message.get('received_at'), {sendReadReceipts: false});
|
||||
}.bind(this));
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user