mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 06:28:23 +00:00
invite_users: Discard "#" in private streams.
Added an if statement which renders "#" only when it's not "invite only". Fixes part of #23496.
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
{{#if (eq name ../notifications_stream)}}
|
{{#if (eq name ../notifications_stream)}}
|
||||||
#{{name}} <i>({{t 'Receives new stream announcements' }})</i>
|
#{{name}} <i>({{t 'Receives new stream announcements' }})</i>
|
||||||
{{else}}
|
{{else}}
|
||||||
#{{name}}
|
{{#if (not invite_only)}}#{{/if}}{{name}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</label>
|
</label>
|
||||||
{{/each}}
|
{{/each}}
|
||||||
|
|||||||
Reference in New Issue
Block a user