add hideISP to defaultState of config module
This commit is contained in:
parent
c873a18c64
commit
3c3f2c654e
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@ const browserLocale = (window.navigator.language || 'en').split('-')[0]
|
|||
|
||||
export const defaultState = {
|
||||
colors: {},
|
||||
hideISP: false,
|
||||
// bad name: actually hides posts of muted USERS
|
||||
hideMutedPosts: undefined, // instance default
|
||||
collapseMessageWithSubject: undefined, // instance default
|
||||
|
|
Loading…
Reference in a new issue