관리자 - 푸시 발송
- 본인 인증 여부에 따라 푸시 메시지를 발송할 수 있도록 isAuth 플래그 추가
This commit is contained in:
@@ -341,7 +341,7 @@ class AudioContentService(
|
||||
title = "콘텐츠 등록완료",
|
||||
message = audioContent.title,
|
||||
recipients = listOf(audioContent.member!!.id!!),
|
||||
isAuth = audioContent.isAdult,
|
||||
isAuth = null,
|
||||
contentId = contentId
|
||||
)
|
||||
)
|
||||
|
Reference in New Issue
Block a user