forked from MarseyWorld/MarseyWorld
fds
parent
2c639d0c0a
commit
6056796be3
|
@ -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
|
Loading…
Reference in New Issue