Add 'newmessage' event handler to Conversation for reliablity
This commit is contained in:
@@ -805,9 +805,6 @@
|
||||
// This is debounced, so it won't hit the database too often.
|
||||
this.lazyUpdateVerified();
|
||||
|
||||
this.model.addSingleMessage(message);
|
||||
message.setToExpire();
|
||||
|
||||
if (message.isOutgoing()) {
|
||||
this.removeLastSeenIndicator();
|
||||
}
|
||||
|
Reference in New Issue
Block a user