Fix mobile notification:

- Bug penerima pesan 2 kali

Fix:
modified:   src/lib/mobile/notification/send-notification.ts

### No Issue
This commit is contained in:
2026-01-09 14:42:45 +08:00
parent a54f8599b4
commit 40ba31edec

View File

@@ -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,