diff --git a/src/notifications/notifications.service.ts b/src/notifications/notifications.service.ts index 1c8d9bc..bc7774e 100644 --- a/src/notifications/notifications.service.ts +++ b/src/notifications/notifications.service.ts @@ -369,6 +369,11 @@ export class NotificationsService implements OnModuleInit { }, }, webpush: { + notification: { + title: payload.title, + body: payload.body, + icon: '/assets/icons/notification-bell-icon.svg', + }, fcmOptions: { link: payload.data?.link || '/', },