Merge branch 'master' of https://github.com/revoltchat/revite into pr-6

This commit is contained in:
janderedev
2021-08-12 22:29:41 +02:00
5 changed files with 60 additions and 62 deletions

View File

@@ -192,9 +192,6 @@ export const MessageReply = observer(({ index, channel, id }: Props) => {
if (
channel.channel_type === "TextChannel"
) {
console.log(
`/server/${channel.server_id}/channel/${channel._id}/${message._id}`,
);
history.push(
`/server/${channel.server_id}/channel/${channel._id}/${message._id}`,
);