diff --git a/files/routes/chat.py b/files/routes/chat.py index 565c478e2..59e87d19f 100644 --- a/files/routes/chat.py +++ b/files/routes/chat.py @@ -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')