add hideISP to defaultState of config module

This commit is contained in:
taehoon 2019-11-10 14:42:01 -05:00
parent c873a18c64
commit 3c3f2c654e

View file

@ -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