update delivery receipt on the leftpane when we get one

pull/1528/head
Audric Ackermann 4 years ago
parent 2fab4f0940
commit 4478d0adea

@ -105,7 +105,7 @@
.getConversationController()
.get(message.get('conversationId'));
if (conversation) {
conversation.trigger('delivered', message);
conversation.updateLastMessage()
}
this.remove(receipt);

@ -106,7 +106,7 @@
.getConversationController()
.get(message.get('conversationId'));
if (conversation) {
conversation.trigger('read', message);
conversation.updateLastMessage()
}
this.remove(receipt);

Loading…
Cancel
Save