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:
lilia 2015-09-16 23:48:51 -07:00
parent 537f0ceef0
commit b617240338
2 changed files with 2 additions and 14 deletions

View file

@ -50,7 +50,6 @@
});
} else {
openConversation(conversation);
ConversationController.updateInbox();
}
};