From 996879211678bee5dfde76c6953f82feacb9ec63 Mon Sep 17 00:00:00 2001
From: Paul <paulmakles@gmail.com>
Date: Sat, 26 Jun 2021 11:23:28 +0100
Subject: [PATCH] Fix notifications playing in servers.

---
 src/context/revoltjs/Notifications.tsx | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/context/revoltjs/Notifications.tsx b/src/context/revoltjs/Notifications.tsx
index 7becc00..dc90617 100644
--- a/src/context/revoltjs/Notifications.tsx
+++ b/src/context/revoltjs/Notifications.tsx
@@ -233,6 +233,9 @@ const NotifierComponent = connectState(
 export default function Notifications() {
     return (
         <Switch>
+            <Route path="/server/:server/channel/:channel">
+                <NotifierComponent />
+            </Route>
             <Route path="/channel/:channel">
                 <NotifierComponent />
             </Route>
-- 
GitLab