mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-10 01:03:36 -05:00
Fix notifications playing in servers.
This commit is contained in:
parent
8a16724892
commit
9968792116
1 changed files with 3 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue