Stop calling updateInbox all the time
Now that the inbox collection keeps itself in sync, we don't have the data duplication that was forcing us to reload constantly. // FREEBIE
This commit is contained in:
parent
537f0ceef0
commit
b617240338
2 changed files with 2 additions and 14 deletions
|
@ -50,7 +50,6 @@
|
|||
});
|
||||
} else {
|
||||
openConversation(conversation);
|
||||
ConversationController.updateInbox();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue