Fix notifications playing in servers.

pull/1049/head
Paul 2021-06-26 11:23:28 +01:00
parent b42cf81088
commit fbda68cbf8
1 changed files with 3 additions and 0 deletions

View File

@ -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>