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

@@ -15,6 +15,7 @@ export interface Chat {
archived?: boolean;
pinned?: boolean;
unread_count?: number;
unread_mentions_count?: number;
pinned_message_id?: number | null;
members_count?: number | null;
online_count?: number | null;