Aevann 2024-03-09 19:06:13 +02:00
parent 512a7c4597
commit 78cdba291d
1 changed files with 2 additions and 2 deletions

View File

@ -318,8 +318,8 @@ def messagereply(v):
)
g.db.add(c)
g.db.flush()
execute_blackjack(v, c, c.body_html, 'chat')
execute_under_siege(v, c, c.body_html, 'chat')
execute_blackjack(v, c, c.body_html, 'message')
execute_under_siege(v, c, c.body_html, 'message')
if user_id and user_id not in {v.id, MODMAIL_ID} | BOT_IDs:
if can_see(user, v):