Remove notification persistence for now.

Seems to blow things up.
This commit is contained in:
Roger Braun 2017-02-20 18:02:50 +01:00
parent 9c1093b6ca
commit 8429de22e8
1 changed files with 1 additions and 1 deletions

View File

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