Fix syntax error in pm_message

This commit is contained in:
Antigravity 2026-04-12 18:05:42 +01:00
parent 2a3f22a051
commit 1537d8518e
1 changed files with 0 additions and 1 deletions

1
app.py
View File

@ -618,7 +618,6 @@ def on_pm_message(data):
if is_encrypted else
{"from": user["username"], "text": text, "room": room, "ts": ts}
)
)
# Route to AI if recipient is Violet
if room.endswith(f":{AI_BOT_NAME.lower()}"):