Skip to content

Commit

Permalink
YEL-88 [update] 사일런트 푸시 알림 메세지 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
devkwonsehoon committed Aug 15, 2023
1 parent cb0e940 commit a0876fc
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,6 @@ public Message createMessageWithOptions(String deviceToken, NotificationMessage

return Message.builder()
.setToken(deviceToken)
.setNotification(notificationMessage.toNotification())
.putData("type", notificationMessage.type().name())
.putData("path", path)
.setAndroidConfig(androidConfig)
.setApnsConfig(apnsConfig)
.build();
Expand Down

0 comments on commit a0876fc

Please sign in to comment.