mirror of
https://github.com/discourse/discourse.git
synced 2025-10-03 17:21:20 +08:00
near-message-with-thread
This commit is contained in:
parent
04b73ba2be
commit
59581a5e37
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ export default class ChatChannelNearMessageWithThread extends DiscourseRoute {
|
|||
@service site;
|
||||
|
||||
beforeModel() {
|
||||
const channel = this.modelFor("chat-channel");
|
||||
const channel = this.modelFor("chat.channel");
|
||||
const { messageId, threadId } = this.paramsFor(this.routeName);
|
||||
this.controllerFor("chat.channel").set("messageId", null);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue