mirror of
https://github.com/zulip/zulip.git
synced 2025-11-18 12:54:58 +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)}}
|
||||
#{{name}} <i>({{t 'Receives new stream announcements' }})</i>
|
||||
{{else}}
|
||||
#{{name}}
|
||||
{{#if (not invite_only)}}#{{/if}}{{name}}
|
||||
{{/if}}
|
||||
</label>
|
||||
{{/each}}
|
||||
|
||||
Reference in New Issue
Block a user