푸시 - 팔로잉 상태가 아니여도 라이브를 예약하면 푸시를 발송하도록 수정
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user