DEV: Test fix

This commit is contained in:
Martin Brennan 2023-02-13 11:03:20 +10:00
parent dd9059917f
commit ff90a56f5b
No known key found for this signature in database
GPG Key ID: A08063EEF3EA26A4

View File

@ -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();
}
}