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

View file

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