Merge branch 'develop' into feature/hash-routed
This commit is contained in:
commit
290180a987
23 changed files with 389 additions and 202 deletions
|
@ -29,7 +29,12 @@ Vue.use(VueTimeago, {
|
|||
})
|
||||
|
||||
const persistedStateOptions = {
|
||||
paths: ['users.users', 'statuses.notifications']
|
||||
paths: [
|
||||
'config.hideAttachments',
|
||||
'config.hideNsfw',
|
||||
'statuses.notifications',
|
||||
'users.users'
|
||||
]
|
||||
}
|
||||
|
||||
const store = new Vuex.Store({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue