Wallet funds

This commit is contained in:
2025-10-04 01:17:09 +08:00
parent 7db164fda6
commit 3f640b7898
10 changed files with 3219 additions and 45 deletions

View File

@@ -88,8 +88,8 @@ class NotificationService: UNNotificationServiceExtension {
let intent = self.createMessageIntent(with: sender, meta: metaCopy, body: content.body)
self.donateInteraction(for: intent)
let updatedContent = try? request.content.updating(from: intent)
content.categoryIdentifier = "CHAT_MESSAGE"
if let updatedContent = updatedContent {
updatedContent.categoryIdentifier = "CHAT_MESSAGE"
self.contentHandler?(updatedContent)
} else {
self.contentHandler?(content)