Merge remote-tracking branch 'origin/develop' into settings-and-filtering

* origin/develop:
  Use proper setting name
  Use cleaner instance config check for shoutbox setting
  Make locale language cleaner
  Don't shorten shoutbox to SB
  Fix lint error
  Update CHANGELOG.md
  New option: Hide shoutbox
This commit is contained in:
Henry Jameson 2021-06-16 13:52:13 +03:00
commit a96a62929d
7 changed files with 13 additions and 1 deletions

View file

@ -21,6 +21,7 @@ export const defaultState = {
customThemeSource: undefined,
hideISP: false,
hideInstanceWallpaper: false,
hideShoutbox: false,
// bad name: actually hides posts of muted USERS
hideMutedPosts: undefined, // instance default
hideMutedThreads: undefined, // instance default