Save notifications again.

This commit is contained in:
Roger Braun 2017-02-20 18:54:30 +01:00
parent 6e388c0126
commit 73afa8e075
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ Vue.use(VueTimeago, {
})
const persistedStateOptions = {
paths: ['users.users']
paths: ['users.users', 'statuses.notifications']
}
const store = new Vuex.Store({