feat: Add store for conversation watchers (#5808)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Nithin David Thomas
2022-11-08 09:33:14 -08:00
committed by GitHub
parent 6ff0c93659
commit 0d9ed0674b
8 changed files with 240 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ import conversations from './modules/conversations';
import conversationSearch from './modules/conversationSearch';
import conversationStats from './modules/conversationStats';
import conversationTypingStatus from './modules/conversationTypingStatus';
import conversationWatchers from './modules/conversationWatchers';
import csat from './modules/csat';
import customViews from './modules/customViews';
import dashboardApps from './modules/dashboardApps';
@@ -66,6 +67,7 @@ export default new Vuex.Store({
conversationSearch,
conversationStats,
conversationTypingStatus,
conversationWatchers,
csat,
customViews,
dashboardApps,