From adc6ef4c7c59351be1e149c62b794399d8355006 Mon Sep 17 00:00:00 2001 From: Bayram Annakov Date: Fri, 26 Dec 2025 13:46:46 -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 f9741da..3c8992c 100644 --- a/main.py +++ b/main.py @@ -947,7 +947,6 @@ async def list_chats(chat_type: str = None, limit: int = 20) -> str: getattr(inner_dialog, "unread_mark", False)) if inner_dialog else False else False - ) if unread_count > 0: chat_info += f", Unread: {unread_count}"