🐛 Tries to fix

This commit is contained in:
2025-10-03 22:06:05 +08:00
parent 6df1d96cc9
commit 7db164fda6
3 changed files with 7 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ import UIKit
UNUserNotificationCenter.current().delegate = notifyDelegate
let replyableMessageCategory = UNNotificationCategory(
identifier: "REPLYABLE_MESSAGE",
identifier: "CHAT_MESSAGE",
actions: [
UNTextInputNotificationAction(
identifier: "reply_action",