feat: mentions badge in chat list and muted-mention delivery
All checks were successful
CI / test (push) Successful in 21s

This commit is contained in:
2026-03-08 12:23:39 +03:00
parent fc7a9cc3a6
commit 0594b890c3
9 changed files with 92 additions and 75 deletions

View File

@@ -21,6 +21,7 @@ class ChatRead(BaseModel):
archived: bool = False
pinned: bool = False
unread_count: int = 0
unread_mentions_count: int = 0
pinned_message_id: int | None = None
members_count: int | None = None
online_count: int | None = None