This work will allow us to have an {{outlet}} chat.channel route and use it for threads as a sidepanel.
8 lines
250 B
Handlebars
8 lines
250 B
Handlebars
{{#if this.chat.activeChannel}}
|
|
<ChatLivePane
|
|
@chatChannel={{this.chat.activeChannel}}
|
|
@onBackClick={{action "navigateToIndex"}}
|
|
@onSwitchChannel={{action "switchChannel"}}
|
|
@targetMessageId={{readonly @targetMessageId}}
|
|
/>
|
|
{{/if}} |