forked from abner/for-legacy-web
Fix notifications not opening server.
This commit is contained in:
@@ -190,7 +190,7 @@ function Notifier({ options, notifs }: Props) {
|
|||||||
if (channel) {
|
if (channel) {
|
||||||
if (channel.channel_type === "TextChannel") {
|
if (channel.channel_type === "TextChannel") {
|
||||||
history.push(
|
history.push(
|
||||||
`/server/${channel.server}/channel/${id}`,
|
`/server/${channel.server_id}/channel/${id}`,
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
history.push(`/channel/${id}`);
|
history.push(`/channel/${id}`);
|
||||||
|
|||||||
Reference in New Issue
Block a user