Hide skipped entries from auto-reply log

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-15 21:23:16 +03:00
parent 93be1e8089
commit 3c4075f8bd
+1
View File
@@ -428,6 +428,7 @@ class Database:
return conn.execute(
"""
SELECT * FROM auto_reply_logs
WHERE status != 'skipped'
ORDER BY id DESC
LIMIT ?
""",