주문목록 - 크리에이터 닉네임 추가 #29

Merged
klaus merged 16 commits from test into main 2023-09-08 16:29:31 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 5ff288f739 - Show all commits

View File

@ -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
) )