mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
Fix message links from replies.
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user