mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
This commit adds code to use can_subscribe_group setting in webapp. Fixes part of #33417.
5 lines
157 B
Handlebars
5 lines
157 B
Handlebars
{{t "Who can subscribe to this channel"}}
|
|
{{#unless is_invite_only}}
|
|
<i>({{t "everyone except guests can subscribe to any public channel"}})</i>
|
|
{{/unless}}
|