This commit is contained in:
Joffrey JAFFEUX 2023-02-06 20:23:35 +01:00
parent 62685c1a76
commit 0f49fb0b95
2 changed files with 2 additions and 1 deletions

View File

@ -238,7 +238,7 @@ export default Component.extend({
return;
case "chat.channel":
return this._openChannel(
route.parent.params.channelId,
route.params.channelId,
this._highlightCb(route.queryParams.messageId)
);
case "chat.channel.near-message":

View File

@ -22,6 +22,7 @@ export default class ChatRoute extends DiscourseRoute {
const INTERCEPTABLE_ROUTES = [
"chat.channel",
"chat.channel.index",
"chat.channel.near-message",
"chat.channel-legacy",
"chat",