From d504e5fa451b49d0de9c82107b2e6e559b3ae381 Mon Sep 17 00:00:00 2001 From: Bayram Annakov Date: Fri, 26 Dec 2025 13:47:05 -0800 Subject: [PATCH] Update main.py Co-authored-by: Eugene Evstafev <36392751+chigwell@users.noreply.github.com> --- main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main.py b/main.py index 37cb5ba..bb698e4 100644 --- a/main.py +++ b/main.py @@ -952,7 +952,9 @@ async def list_chats(chat_type: str = None, limit: int = 20) -> str: chat_info += f", Unread: {unread_count}" elif unread_mark: chat_info += ", Unread: marked" - + else: + chat_info += ", No unread messages" + results.append(chat_info) if not results: