forked from mirrors/akkoma-fe
Save notifications again.
This commit is contained in:
parent
6e388c0126
commit
73afa8e075
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ Vue.use(VueTimeago, {
|
||||||
})
|
})
|
||||||
|
|
||||||
const persistedStateOptions = {
|
const persistedStateOptions = {
|
||||||
paths: ['users.users']
|
paths: ['users.users', 'statuses.notifications']
|
||||||
}
|
}
|
||||||
|
|
||||||
const store = new Vuex.Store({
|
const store = new Vuex.Store({
|
||||||
|
|
Loading…
Reference in a new issue