forked from rDrama/rDrama
1
0
Fork 0

stop typing from hanging

master
Aevann 2023-10-04 22:55:07 +03:00
parent e687537813
commit c17da3bb86
1 changed files with 2 additions and 0 deletions

View File

@ -202,6 +202,8 @@ def remove_from_online(v):
for entry in li:
if entry[0] == v.id:
li.remove(entry)
if v.username in typing[g.referrer]:
typing[g.referrer].remove(v.username)
@socketio.on('connect')
@auth_required_socketio