diff --git a/files/routes/chat.py b/files/routes/chat.py index d3e702088..46665cdcf 100644 --- a/files/routes/chat.py +++ b/files/routes/chat.py @@ -47,7 +47,7 @@ def speak(data, v): else: del muted[vname] global messages, total - text = data[:1000].strip() + text = data[:200].strip() if not text: return '', 403 text_html = sanitize(text) diff --git a/files/templates/chat.html b/files/templates/chat.html index 73215220e..ab0bc39c2 100644 --- a/files/templates/chat.html +++ b/files/templates/chat.html @@ -184,7 +184,7 @@ - +