푸시 알림 전송 언어 처리
This commit is contained in:
@@ -578,7 +578,7 @@ class ExplorerService(
|
||||
FcmEvent(
|
||||
type = FcmEventType.CHANGE_NOTICE,
|
||||
title = member.nickname,
|
||||
message = messageSource.getMessage("explorer.notice.fcm.message", langContext.lang).orEmpty(),
|
||||
messageKey = "explorer.notice.fcm.message",
|
||||
creatorId = member.id!!
|
||||
)
|
||||
)
|
||||
|
||||
@@ -123,7 +123,7 @@ class CreatorCommunityService(
|
||||
FcmEvent(
|
||||
type = FcmEventType.CHANGE_NOTICE,
|
||||
title = member.nickname,
|
||||
message = messageSource.getMessage("creator.community.fcm.new_post", langContext.lang).orEmpty(),
|
||||
messageKey = "creator.community.fcm.new_post",
|
||||
creatorId = member.id!!
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user