Ensure that we have all conversations in redux store

This commit is contained in:
Scott Nonnenberg 2019-03-25 10:22:33 -07:00
parent d96b189a07
commit 0c69d725c3
2 changed files with 8 additions and 6 deletions

View file

@ -55,6 +55,7 @@
}))();
window.getInboxCollection = () => inboxCollection;
window.getConversations = () => conversations;
window.ConversationController = {
get(id) {