From 8429de22e8a45b8cb35f7026c61ebd581b1ef159 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Mon, 20 Feb 2017 18:02:50 +0100 Subject: [PATCH] Remove notification persistence for now. Seems to blow things up. --- src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({