Skip to content

Commit

Permalink
fix: fcm message contents
Browse files Browse the repository at this point in the history
  • Loading branch information
okodeee committed Jun 13, 2024
1 parent 6f4f1bc commit dd190a6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ private String makeMessage(Fcm fcm) throws JsonProcessingException {
.message(FcmMessageDto.Message.builder()
.token(fcm.getFcmToken())
.notification(FcmMessageDto.Notification.builder()
.title("화상 채팅 요청!")
.body("짱구 님께서 화상 채팅 요청을 보냈어요. 알림을 클릭하면 방에 입장합니다.")
.title("VOM")
.body("화상 채팅 요청 알림\n클릭하여 접속!")
.image(null)
.build()
).build()).validateOnly(false).build();
Expand Down

0 comments on commit dd190a6

Please sign in to comment.