Skip to content

Commit

Permalink
Merge pull request #242 from TeamDon-tBe/fix/#241
Browse files Browse the repository at this point in the history
[FIX] 답글 관련 푸시알림 바디값 수정
  • Loading branch information
Hong0329 authored May 27, 2024
2 parents 4fcc170 + 7189ab8 commit 75fa381
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public void postCommentVer2(Long memberId, Long contentId, MultipartFile comment
.message(FcmMessageDto.Message.builder()
.notificationDetails(FcmMessageDto.NotificationDetails.builder()
.title(FcmMessageTitle)
.body(content.getContentText())
.body(commentPostRequestDto.commentText())
.build())
.token(contentWritingMember.getFcmToken())
.data(FcmMessageDto.Data.builder()
Expand Down

0 comments on commit 75fa381

Please sign in to comment.