Feature: View conversation labels on sidebar (#436)

This commit is contained in:
Pranav Raj S
2020-01-21 18:57:44 +05:45
committed by Sojan Jose
parent 90e678743b
commit a2b025b548
13 changed files with 282 additions and 17 deletions

View File

@@ -9,6 +9,7 @@ import Channel from './modules/channels';
import contacts from './modules/contacts';
import contactConversations from './modules/contactConversations';
import conversationMetadata from './modules/conversationMetadata';
import conversationLabels from './modules/conversationLabels';
import conversations from './modules/conversations';
import inboxes from './modules/inboxes';
import inboxMembers from './modules/inboxMembers';
@@ -24,6 +25,7 @@ export default new Vuex.Store({
Channel,
contacts,
contactConversations,
conversationLabels,
conversationMetadata,
conversations,
inboxes,