Fixed bug, all are notified when adding to waiting room

This commit is contained in:
Christoph Stahl 2023-12-19 19:18:22 +01:00
parent fef4b0f3f3
commit 40853171ec

View file

@ -397,6 +397,7 @@ async def handle_append(sid: str, data: dict[str, Any]) -> None:
"performer": old_entry.performer,
},
},
room=sid,
)
return