This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/plugins/chat/assets/javascripts/discourse/components/sidebar-channels.hbs
T
2022-11-30 17:55:07 +00:00

4 lines
147 B
Handlebars

{{#if this.isDisplayed}}
<ChannelsList @onSelect={{action "switchChannel"}} @toggleSection={{this.toggleSection}} @inSidebar={{true}} />
{{/if}}