From 82991772837d959156fbbadd7a81694f05ccd92c Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 1 Feb 2024 00:36:52 +0200 Subject: [PATCH] message -> chat --- files/routes/chat.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/routes/chat.py b/files/routes/chat.py index 00318c02a..1fa119878 100644 --- a/files/routes/chat.py +++ b/files/routes/chat.py @@ -315,8 +315,8 @@ def messagereply(v): ) g.db.add(c) g.db.flush() - execute_blackjack(v, c, c.body_html, 'message') - execute_under_siege(v, c, c.body_html, 'message') + execute_blackjack(v, c, c.body_html, 'chat') + execute_under_siege(v, c, c.body_html, 'chat') if user_id and user_id not in {v.id, MODMAIL_ID} | BOT_IDs: if can_see(user, v):