This commit is contained in:
Aevann1 2022-03-20 02:11:53 +02:00
parent f64e8721b8
commit 60140a0ec2

View file

@ -28,10 +28,5 @@ def speak(data, v):
"userlink":v.url
}
emit('speak', data)
return '', 204
@sex.on('join')
def join_room(data):
join_room('1')
return '', 204
emit('speak', data, broadcast=True)
return '', 204