From e7f2c849d8215abcdf1dddc5c027dc56a00b03c5 Mon Sep 17 00:00:00 2001 From: Klaus Date: Thu, 16 Jul 2026 16:38:44 +0900 Subject: [PATCH] =?UTF-8?q?fix(community):=20=EA=B2=8C=EC=8B=9C=EA=B8=80?= =?UTF-8?q?=20=EC=95=8C=EB=A6=BC=20=EB=94=A5=EB=A7=81=ED=81=AC=EB=A5=BC=20?= =?UTF-8?q?=EB=B3=B4=EA=B0=95=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../profile/creatorCommunity/CreatorCommunityService.kt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- 2.49.1