Add 'newmessage' event handler to Conversation for reliablity

This commit is contained in:
Scott Nonnenberg 2018-07-03 18:40:40 -07:00
parent ad4387803b
commit e30b34f424
2 changed files with 2 additions and 3 deletions

View file

@ -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();
}