Do not show group message notifications in CarPlay

Navigate to original message on tapping reaction notifications
This commit is contained in:
Ilya Laktyushin
2023-03-23 19:46:09 +04:00
parent da558c4026
commit d700f45c1c
3 changed files with 110 additions and 139 deletions

View File

@@ -1054,7 +1054,12 @@ private final class NotificationServiceHandler {
}
if let category = aps["category"] as? String {
content.category = category
if peerId.isGroupOrChannel && ["r", "m"].contains(category) {
content.category = "g\(category)"
} else {
content.category = category
}
let _ = messageId