The settings tab of each category channel should now present the option to allow or disallow channel wide mentions: @here and @all. When disallowed, using these mentions in the channel should have no effect.
12 lines
293 B
Handlebars
12 lines
293 B
Handlebars
<span
|
|
{{did-update this.activate @property}}
|
|
{{will-destroy this.teardown}}
|
|
class={{concat-class "chat-channel-settings-saved-indicator" (if this.isActive "is-active")}}
|
|
role="status"
|
|
>
|
|
{{#if this.isActive}}
|
|
{{d-icon "check"}}
|
|
<span>{{i18n "saved"}}</span>
|
|
{{/if}}
|
|
</span>
|