aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-02-20 18:54:30 +0100
committerRoger Braun <roger@rogerbraun.net>2017-02-20 18:54:30 +0100
commit73afa8e075cd8e97b09526e2393b0aafc9c8e4e5 (patch)
tree99e960f271a77301085fb91e635e3519eb61005f /src
parent6e388c01264b44ed54c89970ac2abacb08f6ff8d (diff)
Save notifications again.
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 d982d668..97156b64 100644
--- a/src/main.js
+++ b/src/main.js
@@ -29,7 +29,7 @@ Vue.use(VueTimeago, {
})
const persistedStateOptions = {
- paths: ['users.users']
+ paths: ['users.users', 'statuses.notifications']
}
const store = new Vuex.Store({