aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-02-20 18:02:50 +0100
committerRoger Braun <roger@rogerbraun.net>2017-02-20 18:02:50 +0100
commit8429de22e8a45b8cb35f7026c61ebd581b1ef159 (patch)
treed4c210fc5317e9f0f5217c1c874df304905a62d0 /src
parent9c1093b6ca695d00794c7db08f5ce0568717af59 (diff)
Remove notification persistence for now.
Seems to blow things up.
Diffstat (limited to 'src')
-rw-r--r--src/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.js b/src/main.js
index 841e61a7..4b367db9 100644
--- a/src/main.js
+++ b/src/main.js
@@ -29,7 +29,7 @@ Vue.use(VueTimeago, {
})
const persistedStateOptions = {
- paths: ['users.users', 'statuses.notifications']
+ paths: ['users.users']
}
const store = new Vuex.Store({