Skip to content
Snippets Groups Projects
Commit 5eed9ecc authored by insert's avatar insert
Browse files

Fix message links from replies.

parent 6b6279ff
No related merge requests found
...@@ -175,7 +175,7 @@ export const MessageReply = observer(({ index, channel, id }: Props) => { ...@@ -175,7 +175,7 @@ export const MessageReply = observer(({ index, channel, id }: Props) => {
channel.channel_type === "TextChannel" channel.channel_type === "TextChannel"
) { ) {
history.push( history.push(
`/server/${channel.server}/channel/${channel._id}/${message._id}`, `/server/${channel.server_id}/channel/${channel._id}/${message._id}`,
); );
} else { } else {
history.push( history.push(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment