Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v1.1.2 #268

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
@AllArgsConstructor
public enum FcmNotificationConstants {
// FIRST_BOOST는 임시 -> 디자인측에서 제공시 수정예정
FIRST_BOOST("첫 부스터 달성!", "축하합니다! 게시물에 첫 번째 부스터가 추가되었어요!"),
POPULAR("인기쟁이", "게시물 부스터를 1000개를 달성했어요!"),
FIRST_BOOST("첫 부스터 달성!", "축하합니다! 첫 번째 부스터가 추가되었어요!"),
POPULAR("인기쟁이", "부스터를 1000개를 달성했어요!"),
SUPER_POPULAR("최고 인기 달성", "인기폭발! 부스터를 5000개 달성했어요!"),
MISSION_START("미션 시작!", "새로운 미션을 지금 시작해보세요!"),
MISSION_REMINDER("미션 리마인드", "미션 종료까지 5시간 남았어요!");
Expand Down
Loading