mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Conversation: Wait for database fetch to add incoming messages
This commit is contained in:
committed by
Ken Powers
parent
0f9bc57ccb
commit
3e5071e340
@@ -1827,7 +1827,7 @@
|
||||
// We do this here because we don't want convo.messageCollection to have
|
||||
// anything in it unless it has an associated view. This is so, when we
|
||||
// fetch on open, it's clean.
|
||||
this.model.addSingleMessage(message);
|
||||
this.model.addIncomingMessage(message);
|
||||
},
|
||||
|
||||
async showMembers(e, providedMembers, options = {}) {
|
||||
|
||||
Reference in New Issue
Block a user