Skip to content

Commit 5a6ed32

Browse files
authored
Merge pull request #382 from CODE-LG/feature/#381
[feat] 코드 해제 요청 알림 본문 제거
2 parents 33b3d3b + 6412616 commit 5a6ed32

3 files changed

Lines changed: 3 additions & 32 deletions

File tree

.claude/settings.local.json

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +0,0 @@
1-
{
2-
"permissions": {
3-
"allow": [
4-
"Bash(git add:*)",
5-
"Bash(git commit:*)",
6-
"Bash(git reset:*)",
7-
"Bash(src/main/resources/templates/home.html )",
8-
"Bash(src/main/resources/templates/kpi-dashboard.html )",
9-
"Bash(src/main/resources/templates/memberList.html )",
10-
"Bash(src/main/resources/templates/questionEditForm.html )",
11-
"Bash(src/main/resources/templates/questionForm.html )",
12-
"Bash(src/main/resources/templates/questionList.html )",
13-
"Bash(src/main/resources/templates/reportDetail.html )",
14-
"Bash(src/main/resources/templates/reportList.html )",
15-
"Bash(src/main/resources/templates/verificationImageForm.html )",
16-
"Bash(src/main/resources/templates/verificationImageList.html)",
17-
"Bash(git checkout:*)",
18-
"Bash(src/main/kotlin/codel/chat/domain/ChatRoomQuestion.kt )",
19-
"Bash(src/main/kotlin/codel/chat/infrastructure/ChatRoomQuestionJpaRepository.kt )",
20-
"Bash(src/main/kotlin/codel/kpi/business/KpiBatchService.kt )",
21-
"Bash(src/main/kotlin/codel/question/business/QuestionService.kt)",
22-
"Bash(GIT_SEQUENCE_EDITOR=: git rebase:*)",
23-
"Bash(./gradlew clean build:*)",
24-
"Bash(mysql:*)",
25-
"Bash(cat:*)",
26-
"Bash(./gradlew bootRun)",
27-
"Bash(./gradlew build:*)"
28-
]
29-
}
30-
}

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,5 @@ out/
3939
### VS Code ###
4040
.vscode/
4141
.history/
42-
docs/
42+
docs/
43+
.claude/

src/main/kotlin/codel/chat/business/ChatService.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ class ChatService(
404404
type = NotificationType.MOBILE,
405405
targetId = token,
406406
title = "${requester.getProfileOrThrow().getCodeNameOrThrow()}님이 코드 해제를 요청했어요 🔐",
407-
body = "상대방의 프로필을 확인해보세요!"
407+
body = ""
408408
)
409409

410410
// 비동기 알림 전송으로 변경

0 commit comments

Comments
 (0)