Fix notifications playing in servers.

experiment/plugins
Paul 2021-06-26 11:23:28 +01:00
parent 8a16724892
commit 9968792116
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>