mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-22 09:28:14 +01:00
Recursively fetch messages until we've loaded all unread
FREEBIE
This commit is contained in:
@@ -320,7 +320,7 @@
|
||||
|
||||
fetchMessages: function() {
|
||||
if (!this.id) { return false; }
|
||||
return this.messageCollection.fetchConversation(this.id);
|
||||
return this.messageCollection.fetchConversation(this.id, null, this.get('unreadCount'));
|
||||
},
|
||||
|
||||
fetchContacts: function(options) {
|
||||
|
||||
Reference in New Issue
Block a user