feat: 구매한 콘텐츠 댓글 이벤트 추가
This commit is contained in:
@@ -46,6 +46,13 @@ class AudioContentCommentController(
|
||||
actionType = ActionType.CONTENT_COMMENT,
|
||||
pushTokenList = pushTokenList
|
||||
)
|
||||
|
||||
userActionService.recordAction(
|
||||
memberId = member.id!!,
|
||||
actionType = ActionType.ORDER_CONTENT_COMMENT,
|
||||
contentId = request.contentId,
|
||||
pushTokenList = pushTokenList
|
||||
)
|
||||
} catch (_: Exception) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user