From 182e3684ddae488f5957d0c61d37cfaf8d7592c3 Mon Sep 17 00:00:00 2001 From: Bayram Annakov Date: Fri, 26 Dec 2025 13:47:11 -0800 Subject: [PATCH] Update main.py Co-authored-by: Eugene Evstafev <36392751+chigwell@users.noreply.github.com> --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index bb698e4..1607c26 100644 --- a/main.py +++ b/main.py @@ -946,7 +946,6 @@ async def list_chats(chat_type: str = None, limit: int = 20) -> str: unread_mark = bool( getattr(inner_dialog, "unread_mark", False)) if inner_dialog else False - else False if unread_count > 0: chat_info += f", Unread: {unread_count}"