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):