Fix notifications not opening server.

This commit is contained in:
Paul 2021-07-31 17:00:50 +01:00
parent 9bb9d1fa1e
commit 76478f67be

View file

@ -190,7 +190,7 @@ function Notifier({ options, notifs }: Props) {
if (channel) {
if (channel.channel_type === "TextChannel") {
history.push(
`/server/${channel.server}/channel/${id}`,
`/server/${channel.server_id}/channel/${id}`,
);
} else {
history.push(`/channel/${id}`);