mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Fix message links from replies.
This commit is contained in:
parent
6b6279ffee
commit
5eed9ecc5e
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ export const MessageReply = observer(({ index, channel, id }: Props) => {
|
|||
channel.channel_type === "TextChannel"
|
||||
) {
|
||||
history.push(
|
||||
`/server/${channel.server}/channel/${channel._id}/${message._id}`,
|
||||
`/server/${channel.server_id}/channel/${channel._id}/${message._id}`,
|
||||
);
|
||||
} else {
|
||||
history.push(
|
||||
|
|
Loading…
Reference in a new issue