diff --git a/src/context/revoltjs/Notifications.tsx b/src/context/revoltjs/Notifications.tsx
index 7becc006e0742f77c7ab4fd736de069c57a018bc..dc90617beb3d85594158cb5468bfdd88ad74fcee 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>