푸시 - 팔로잉 상태가 아니여도 라이브를 예약하면 푸시를 발송하도록 수정

This commit is contained in:
2023-08-30 12:06:33 +09:00
parent fc2737921b
commit 13761a4130
2 changed files with 74 additions and 1 deletions

View File

@@ -113,7 +113,7 @@ class FcmSendListener(
FcmEventType.START_LIVE -> {
if (fcmEvent.container.isNotBlank()) {
val pushTokens = memberRepository.getCreateLiveRoomNotificationRecipientPushTokens(
val pushTokens = memberRepository.getStartLiveRoomNotificationRecipientPushTokens(
creatorId = fcmEvent.creatorId!!,
isAuth = fcmEvent.isAuth,
container = fcmEvent.container