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
|
sentAt: new Date().toISOString(), // ✅ Simpan metadata di data
|
||||||
id: notification.id,
|
id: notification.id,
|
||||||
deepLink: payload.deepLink,
|
deepLink: payload.deepLink,
|
||||||
|
recipientId: recipientId,
|
||||||
},
|
},
|
||||||
android: {
|
android: {
|
||||||
priority: "high" as const,
|
priority: "high" as const,
|
||||||
|
|||||||
Reference in New Issue
Block a user