주문목록 - 크리에이터 닉네임 추가 #29
|
@ -123,6 +123,7 @@ class FcmSendListener(
|
||||||
if (fcmEvent.container.isNotBlank()) {
|
if (fcmEvent.container.isNotBlank()) {
|
||||||
val pushTokens = memberRepository.getStartLiveRoomNotificationRecipientPushTokens(
|
val pushTokens = memberRepository.getStartLiveRoomNotificationRecipientPushTokens(
|
||||||
creatorId = fcmEvent.creatorId!!,
|
creatorId = fcmEvent.creatorId!!,
|
||||||
|
roomId = fcmEvent.roomId!!,
|
||||||
isAuth = fcmEvent.isAuth,
|
isAuth = fcmEvent.isAuth,
|
||||||
container = fcmEvent.container
|
container = fcmEvent.container
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue