커뮤니티 등록시 알림문구
- 새 글이 등록되었습니다. 로 변경
This commit is contained in:
		| @@ -442,7 +442,7 @@ class ExplorerService( | ||||
|             FcmEvent( | ||||
|                 type = FcmEventType.CHANGE_NOTICE, | ||||
|                 title = member.nickname, | ||||
|                 message = "공지를 등록했습니다.", | ||||
|                 message = "새 글이 등록되었습니다.", | ||||
|                 creatorId = member.id!! | ||||
|             ) | ||||
|         ) | ||||
|   | ||||
| @@ -77,7 +77,7 @@ class CreatorCommunityService( | ||||
|             FcmEvent( | ||||
|                 type = FcmEventType.CHANGE_NOTICE, | ||||
|                 title = member.nickname, | ||||
|                 message = "공지를 등록했습니다.", | ||||
|                 message = "새 글이 등록되었습니다.", | ||||
|                 creatorId = member.id!! | ||||
|             ) | ||||
|         ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user