stream_settings: Remove muted notice string for muted streams.

The muted notice string "Muted streams don't show up in "All messages"
or generate notifications unless you are mentioned." doesn't properly
explain the behavior of muted streams.

A user can still get notifications for muted streams if they follow a
topic in the stream. This is because the followed topics global
settings will override the stream notifications settings.

Fixes #27274.
This commit is contained in:
Sayam Samal 2023-10-21 03:17:38 +05:30 committed by Tim Abbott
parent 67fd391e3d
commit 0c04246723
1 changed files with 0 additions and 7 deletions

View File

@ -18,13 +18,6 @@
</label>
{{!-- Tooltips for settings --}}
{{#if (eq setting_name "is_muted")}}
<p class="mute-note {{#unless is_muted}}hide-mute-note{{/unless}}">
{{#tr}}
Muted streams don't show up in "All messages" or generate notifications unless you are mentioned.
{{/tr}}
</p>
{{/if}}
{{#if (eq setting_name "push_notifications")}}
<i class="fa fa-question-circle settings-info-icon {{#unless disabled_realm_setting}}hide{{/unless}} tippy-zulip-tooltip"
data-tippy-content="{{t 'Mobile push notifications are not configured on this server.' }}">