mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
Do not show badge for not participated threads
This commit is contained in:
@@ -35,7 +35,7 @@ enum ThreadNotificationStatus {
|
||||
init(withThread thread: MXThread) {
|
||||
if thread.highlightCount > 0 {
|
||||
self = .highlighted
|
||||
} else if thread.notificationCount > 0 {
|
||||
} else if thread.isParticipated && thread.notificationCount > 0 {
|
||||
self = .notified
|
||||
} else {
|
||||
self = .none
|
||||
|
||||
Reference in New Issue
Block a user