Ensure that we have all conversations in redux store
This commit is contained in:
parent
d96b189a07
commit
0c69d725c3
2 changed files with 8 additions and 6 deletions
|
@ -55,6 +55,7 @@
|
|||
}))();
|
||||
|
||||
window.getInboxCollection = () => inboxCollection;
|
||||
window.getConversations = () => conversations;
|
||||
|
||||
window.ConversationController = {
|
||||
get(id) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue