DEV: Test fix
This commit is contained in:
parent
dd9059917f
commit
ff90a56f5b
@ -15,7 +15,7 @@ export default class ChatChannelRoute extends DiscourseRoute {
|
||||
|
||||
if (!transition?.to?.name?.startsWith("chat.")) {
|
||||
this.chatStateManager.storeChatURL();
|
||||
this.chat.setActiveChannel(null);
|
||||
this.chat.activeChannel = null;
|
||||
this.chat.updatePresence();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user