Add setting to toggle NSFW hiding.

This commit is contained in:
Hector A. Escobedo 2017-02-22 18:38:05 -05:00
parent b939f70d17
commit a7db72d7a7
6 changed files with 16 additions and 5 deletions

View file

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