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/components/settings_modal/tabs | |
| 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/components/settings_modal/tabs')
| -rw-r--r-- | src/components/settings_modal/tabs/filtering_tab.vue | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/components/settings_modal/tabs/filtering_tab.vue b/src/components/settings_modal/tabs/filtering_tab.vue index 50ee20e0..a7e30ce2 100644 --- a/src/components/settings_modal/tabs/filtering_tab.vue +++ b/src/components/settings_modal/tabs/filtering_tab.vue @@ -38,10 +38,20 @@ </ul> </li> <li> + <BooleanSetting path="muteBotStatuses"> + {{ $t('settings.mute_bot_posts') }} + </BooleanSetting> + </li> + <li> <BooleanSetting path="hidePostStats"> {{ $t('settings.hide_post_stats') }} </BooleanSetting> </li> + <li> + <BooleanSetting path="hideBotIndication"> + {{ $t('settings.hide_bot_indication') }} + </BooleanSetting> + </li> <ChoiceSetting id="replyVisibility" path="replyVisibility" |
