Merge branch '704' into 'develop'

Fix "hideISP setting checkbox is broken"

Closes #704

See merge request pleroma/pleroma-fe!990
This commit is contained in:
Shpuld Shpludson 2019-11-10 20:00:16 +00:00
commit 7502ee9734
1 changed files with 1 additions and 0 deletions

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