logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 73afa8e075cd8e97b09526e2393b0aafc9c8e4e5
parent: 6e388c01264b44ed54c89970ac2abacb08f6ff8d
Author: Roger Braun <roger@rogerbraun.net>
Date:   Mon, 20 Feb 2017 18:54:30 +0100

Save notifications again.

Diffstat:

Msrc/main.js2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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({