Fixed bug, all are notified when adding to waiting room
This commit is contained in:
parent
fef4b0f3f3
commit
40853171ec
1 changed files with 1 additions and 0 deletions
|
@ -397,6 +397,7 @@ async def handle_append(sid: str, data: dict[str, Any]) -> None:
|
|||
"performer": old_entry.performer,
|
||||
},
|
||||
},
|
||||
room=sid,
|
||||
)
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue