forked from AkkomaGang/akkoma-fe
Remove notification persistence for now.
Seems to blow things up.
This commit is contained in:
parent
9c1093b6ca
commit
8429de22e8
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Vue.use(VueTimeago, {
|
|||
})
|
||||
|
||||
const persistedStateOptions = {
|
||||
paths: ['users.users', 'statuses.notifications']
|
||||
paths: ['users.users']
|
||||
}
|
||||
|
||||
const store = new Vuex.Store({
|
||||
|
|
Loading…
Reference in a new issue