fix(fcm): 시스템 카테고리 알림 저장 제외 정책을 서비스에 반영한다
This commit is contained in:
@@ -48,6 +48,7 @@ class PushNotificationService(
|
||||
if (recipientMemberIds.isEmpty()) return
|
||||
|
||||
val category = resolveCategory(fcmEvent) ?: return
|
||||
if (category == PushNotificationCategory.SYSTEM) return
|
||||
val senderSnapshot = resolveSenderSnapshot(fcmEvent)
|
||||
val deepLink = FcmService.buildDeepLink(
|
||||
serverEnv = serverEnv,
|
||||
|
||||
Reference in New Issue
Block a user