mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-06 17:11:55 +00:00
Fix notifications playing in servers.
This commit is contained in:
@@ -233,6 +233,9 @@ const NotifierComponent = connectState(
|
|||||||
export default function Notifications() {
|
export default function Notifications() {
|
||||||
return (
|
return (
|
||||||
<Switch>
|
<Switch>
|
||||||
|
<Route path="/server/:server/channel/:channel">
|
||||||
|
<NotifierComponent />
|
||||||
|
</Route>
|
||||||
<Route path="/channel/:channel">
|
<Route path="/channel/:channel">
|
||||||
<NotifierComponent />
|
<NotifierComponent />
|
||||||
</Route>
|
</Route>
|
||||||
|
|||||||
Reference in New Issue
Block a user