Skip to content

Commit

Permalink
Merge pull request #130 from TeamSobokSobok/develop
Browse files Browse the repository at this point in the history
[Hotfix]: 푸시알림 전송 로직 변경
  • Loading branch information
dev-Crayon authored May 1, 2024
2 parents 422a11b + 6ccf242 commit 16c7742
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ public void sendNotificationByToken(PushNotificationRequest request) {
.build())
.build()
)
.putData("title", request.title())
.putData("body", request.body())
.build();

sendMessageToFirebase(message, user.getId());
Expand Down

0 comments on commit 16c7742

Please sign in to comment.