Skip to content
Snippets Groups Projects
Commit 76478f67 authored by insert's avatar insert
Browse files

Fix notifications not opening server.

parent 9bb9d1fa
No related merge requests found
......@@ -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}`);
......
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