Animated loading screens on startup and first conversation load
FREEBIE
This commit is contained in:
parent
3e8b34f3d0
commit
53f2bfbb57
15 changed files with 444 additions and 79 deletions
|
@ -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));
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue