message -> chat

pull/222/head
Aevann 2024-02-01 00:36:52 +02:00
parent 20b3abe411
commit 8299177283
1 changed files with 2 additions and 2 deletions

View File

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