diff --git a/files/routes/chat.py b/files/routes/chat.py index 59495e0c1..d1e4f3f0d 100644 --- a/files/routes/chat.py +++ b/files/routes/chat.py @@ -28,4 +28,5 @@ def speak(data, v): "userlink":v.url } - emit('speak', data) \ No newline at end of file + emit('speak', data) + return True \ No newline at end of file