Fix message links from replies.

pull/1049/head
Paul 2021-07-31 13:50:29 +01:00
parent 54900008a6
commit 0a23cfced8
1 changed files with 1 additions and 1 deletions

View File

@ -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(