Don't add notifications twice + persiste them.

This commit is contained in:
Roger Braun 2017-02-18 20:56:03 +01:00
parent 963a0035e5
commit 209e8614b0
2 changed files with 5 additions and 2 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({