diff --git a/src/module/push/push.service.ts b/src/module/push/push.service.ts index 3e56dfc..c091762 100644 --- a/src/module/push/push.service.ts +++ b/src/module/push/push.service.ts @@ -73,6 +73,7 @@ export class PushService implements OnModuleInit { }), ...(data.silent && { contentAvailable: true }), ...(data.key && { threadId: data.key }), + 'mutable-content': 1, // Notification Service Extension 호출 허용 }, ...data.data, // 커스텀 데이터를 여기에 추가 },