Revert "add subscribe module and fix race condition"
This reverts commit 07f1b8523e
.
This commit is contained in:
parent
07f1b8523e
commit
a85d128d37
4 changed files with 9 additions and 29 deletions
|
@ -10,7 +10,6 @@ import apiModule from './modules/api.js'
|
|||
import configModule from './modules/config.js'
|
||||
import chatModule from './modules/chat.js'
|
||||
import oauthModule from './modules/oauth.js'
|
||||
import subscribeModule from './modules/subscribe.js'
|
||||
|
||||
import VueTimeago from 'vue-timeago'
|
||||
import VueI18n from 'vue-i18n'
|
||||
|
@ -61,8 +60,7 @@ createPersistedState(persistedStateOptions).then((persistedState) => {
|
|||
api: apiModule,
|
||||
config: configModule,
|
||||
chat: chatModule,
|
||||
oauth: oauthModule,
|
||||
subscribe: subscribeModule
|
||||
oauth: oauthModule
|
||||
},
|
||||
plugins: [persistedState],
|
||||
strict: false // Socket modifies itself, let's ignore this for now.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue