reset typing indictors on every message

remotes/1693045480750635534/spooky-22
Aevann1 2022-08-15 17:02:19 +02:00
parent 05133f611b
commit 4668073364
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ def speak(data, v):
duration = int(int(i.group(2)) * 60 + time.time())
muted[username] = duration
typing = []
return '', 204
@socketio.on('connect')