Private
Public Access
1
0

osx: try badging icon for unread

This commit is contained in:
2025-09-09 18:54:14 -07:00
parent 4b497aaabc
commit 74d1a7f54b
2 changed files with 10 additions and 1 deletions

View File

@@ -26,7 +26,11 @@ enum Display
var isGroupChat: Bool {
participants.count > 1
}
var isUnread: Bool {
unreadCount > 0
}
init(from c: Serialized.Conversation) {
self.id = c.guid
self.name = c.displayName