Fix mobile notification:
- Bug penerima pesan 2 kali Fix: modified: src/lib/mobile/notification/send-notification.ts ### No Issue
This commit is contained in:
@@ -64,6 +64,7 @@ export async function sendNotificationMobileToOneUser({
|
||||
sentAt: new Date().toISOString(), // ✅ Simpan metadata di data
|
||||
id: notification.id,
|
||||
deepLink: payload.deepLink,
|
||||
recipientId: recipientId,
|
||||
},
|
||||
android: {
|
||||
priority: "high" as const,
|
||||
|
||||
Reference in New Issue
Block a user