Mobile notification & EULA route #40

Merged
bagasbanuna merged 21 commits from mobile-notification/9-jan-26 into staging 2026-01-09 17:47:41 +08:00
6 changed files with 29 additions and 4 deletions
Showing only changes of commit 40ba31edec - Show all commits

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,