Merge branch 'expert-settings-and-serverside' into shigusegubu
* expert-settings-and-serverside: Update dependency shelljs to v0.8.5 Do not mute bot posts in notifications Add bot indication to user icon on statuses Mute bot posts
This commit is contained in:
commit
2e47a5eae0
14 changed files with 84 additions and 9 deletions
|
|
@ -44,9 +44,22 @@
|
|||
path="hidePostStats"
|
||||
expert="1"
|
||||
>
|
||||
</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
|
||||
v-if="user"
|
||||
id="replyVisibility"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue