mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 03:06:53 +08:00
FIX: Close modal after moving message to channel (#22601)
This commit is contained in:
@ -55,6 +55,7 @@ export default class ChatModalMoveMessageToChannel extends Component {
|
|||||||
destination_channel_id: this.destinationChannelId,
|
destination_channel_id: this.destinationChannelId,
|
||||||
})
|
})
|
||||||
.then((response) => {
|
.then((response) => {
|
||||||
|
this.args.closeModal();
|
||||||
this.router.transitionTo(
|
this.router.transitionTo(
|
||||||
"chat.channel.near-message",
|
"chat.channel.near-message",
|
||||||
"-",
|
"-",
|
||||||
|
Reference in New Issue
Block a user