콘텐츠 등록완료 - 콘텐츠 등록완료 시 콘텐츠를 올린 크리에이터에게 푸시메시지 발송
This commit is contained in:
@@ -65,7 +65,8 @@ class FcmSendListener(
|
||||
tokens = tokens,
|
||||
title = fcmEvent.title,
|
||||
message = fcmEvent.message,
|
||||
container = "ios"
|
||||
container = "ios",
|
||||
contentId = fcmEvent.contentId
|
||||
)
|
||||
}
|
||||
}
|
||||
@@ -76,7 +77,8 @@ class FcmSendListener(
|
||||
tokens = tokens,
|
||||
title = fcmEvent.title,
|
||||
message = fcmEvent.message,
|
||||
container = "aos"
|
||||
container = "aos",
|
||||
contentId = fcmEvent.contentId
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user