logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe
commit: 7502ee9734171a2014ef38a90033f4d4db612c80
parent: c873a18c64c995721e62399428205c451f8b4758
Author: Shpuld Shpludson <shp@cock.li>
Date:   Sun, 10 Nov 2019 20:00:16 +0000

Merge branch '704' into 'develop'

Fix "hideISP setting checkbox is broken"

Closes #704

See merge request pleroma/pleroma-fe!990

Diffstat:

Msrc/modules/config.js1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/modules/config.js b/src/modules/config.js @@ -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