Conversation: store lastMessage/lastMessageStatus in memory only

This commit is contained in:
Scott Nonnenberg 2018-07-25 15:02:37 -07:00
parent f39a96bc76
commit 61f7b8360b
8 changed files with 126 additions and 85 deletions

View file

@ -15,7 +15,6 @@
templateName: 'conversation-preview',
initialize() {
this.listenTo(this.model, 'destroy', this.remove);
this.model.updateLastMessage();
},
remove() {