fix spec
This commit is contained in:
parent
62685c1a76
commit
0f49fb0b95
@ -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":
|
||||
|
||||
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user