diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-03-13 14:04:15 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2022-03-13 14:04:15 +0000 |
| commit | 51b14cc61578c6aee80fbf63dce2dbb7503914bb (patch) | |
| tree | 5c24fe9969c8a871870a325d3f97c3ed99f6ac80 /src/modules/instance.js | |
| parent | 80bd6433aa26d1b8404b0ca7105d9999aa22495b (diff) | |
| parent | 450145dd6b0c91e80b957d7c39dbf6b809b056be (diff) | |
Merge branch 'eientei' into 'develop'
Mute bot posts filtering option
See merge request pleroma/pleroma-fe!1440
Diffstat (limited to 'src/modules/instance.js')
| -rw-r--r-- | src/modules/instance.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/instance.js b/src/modules/instance.js index 1abd784f..41bcf329 100644 --- a/src/modules/instance.js +++ b/src/modules/instance.js @@ -33,8 +33,10 @@ const defaultState = { hideMutedThreads: true, hideWordFilteredPosts: false, hidePostStats: false, + hideBotIndication: false, hideSitename: false, hideUserStats: false, + muteBotStatuses: false, loginMethod: 'password', logo: '/static/logo.svg', logoMargin: '.2em', |
