From 3c4075f8bd6ec3bd4c9f025b8da0ac3d3a46ec66 Mon Sep 17 00:00:00 2001 From: ruslan Date: Fri, 15 May 2026 21:23:16 +0300 Subject: [PATCH] Hide skipped entries from auto-reply log Co-Authored-By: Claude Sonnet 4.6 --- app.py | 1 + 1 file changed, 1 insertion(+) diff --git a/app.py b/app.py index 2bd2371..306763b 100644 --- a/app.py +++ b/app.py @@ -428,6 +428,7 @@ class Database: return conn.execute( """ SELECT * FROM auto_reply_logs + WHERE status != 'skipped' ORDER BY id DESC LIMIT ? """,