diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/profile/creatorCommunity/CreatorCommunityService.kt b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/profile/creatorCommunity/CreatorCommunityService.kt index e75a7801..ffd5e9e0 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/profile/creatorCommunity/CreatorCommunityService.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/profile/creatorCommunity/CreatorCommunityService.kt @@ -139,7 +139,8 @@ class CreatorCommunityService( senderMemberId = member.id, creatorId = member.id!!, deepLinkValue = FcmDeepLinkValue.COMMUNITY, - deepLinkId = member.id!! + deepLinkId = member.id!!, + deepLinkCommentPostId = post.id ) ) publishCommunityPostCreatedAfterCommit(post, member)