Skip to content

Commit

Permalink
fix: 가족 그룹 추가 시 알림 링크 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sanbonai06 committed Nov 19, 2022
1 parent ac9aa29 commit e961c06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ public void newFamilyUserNotification(User newFamilyUser, List<FamilyUser> famil
notificationCategory, "/newFamily");
if (checkServiceOptIn) {
this.sendMessage(user, title, notificationBody, newMap,
notificationCategory, "/newFamily");
notificationCategory, "/mypage/new");
}
log.info("기존 가족 구성원 id = {}에게 유저 id = {}의 가족 참여 알림 전송", familyUser.getUser().getId(),
newFamilyUser.getId());
Expand Down

0 comments on commit e961c06

Please sign in to comment.