Skip to content

Commit

Permalink
[IDLE-513] 센터 관리자 공고 등록 시, 주변 요양보호사에게 FCM 알림을 일괄 전송한다.
Browse files Browse the repository at this point in the history
  • Loading branch information
wonjunYou committed Nov 13, 2024
1 parent b89dfb2 commit 2e95ee8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ class CenterJobPostingFacadeService(
val deviceTokens = deviceTokenService.findAllByUserId(carer.id)

val notificationInfo = CreateJobPostingNotificationInfo(
title = "${carer.name} 님이 공고에 지원하였습니다.",
title = "주변에 새로운 공고가 등록되었어요, 얼른 확인해 보세요!",
body = createBodyMessage(jobPosting),
receiverId = carer.id,
notificationType = NotificationType.NEW_JOB_POSTING,
Expand Down

0 comments on commit 2e95ee8

Please sign in to comment.