mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-17 23:18:27 +02:00
Navigate to thread from notification
This commit is contained in:
@@ -692,6 +692,9 @@ class NotificationService: UNNotificationServiceExtension {
|
||||
"room_id": event.roomId as Any,
|
||||
"event_id": event.eventId as Any
|
||||
]
|
||||
if let threadId = event.threadId {
|
||||
notificationUserInfo["thread_id"] = threadId
|
||||
}
|
||||
if let userId = userId {
|
||||
notificationUserInfo["user_id"] = userId
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user