diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 49125d8..e69de29 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,30 +0,0 @@ -{ - "permissions": { - "allow": [ - "Bash(git add:*)", - "Bash(git commit:*)", - "Bash(git reset:*)", - "Bash(src/main/resources/templates/home.html )", - "Bash(src/main/resources/templates/kpi-dashboard.html )", - "Bash(src/main/resources/templates/memberList.html )", - "Bash(src/main/resources/templates/questionEditForm.html )", - "Bash(src/main/resources/templates/questionForm.html )", - "Bash(src/main/resources/templates/questionList.html )", - "Bash(src/main/resources/templates/reportDetail.html )", - "Bash(src/main/resources/templates/reportList.html )", - "Bash(src/main/resources/templates/verificationImageForm.html )", - "Bash(src/main/resources/templates/verificationImageList.html)", - "Bash(git checkout:*)", - "Bash(src/main/kotlin/codel/chat/domain/ChatRoomQuestion.kt )", - "Bash(src/main/kotlin/codel/chat/infrastructure/ChatRoomQuestionJpaRepository.kt )", - "Bash(src/main/kotlin/codel/kpi/business/KpiBatchService.kt )", - "Bash(src/main/kotlin/codel/question/business/QuestionService.kt)", - "Bash(GIT_SEQUENCE_EDITOR=: git rebase:*)", - "Bash(./gradlew clean build:*)", - "Bash(mysql:*)", - "Bash(cat:*)", - "Bash(./gradlew bootRun)", - "Bash(./gradlew build:*)" - ] - } -} diff --git a/.gitignore b/.gitignore index e8d6e4c..2c3df04 100644 --- a/.gitignore +++ b/.gitignore @@ -39,4 +39,5 @@ out/ ### VS Code ### .vscode/ .history/ -docs/ \ No newline at end of file +docs/ +.claude/ \ No newline at end of file diff --git a/src/main/kotlin/codel/chat/business/ChatService.kt b/src/main/kotlin/codel/chat/business/ChatService.kt index 32f5828..dee9db1 100644 --- a/src/main/kotlin/codel/chat/business/ChatService.kt +++ b/src/main/kotlin/codel/chat/business/ChatService.kt @@ -404,7 +404,7 @@ class ChatService( type = NotificationType.MOBILE, targetId = token, title = "${requester.getProfileOrThrow().getCodeNameOrThrow()}님이 코드 해제를 요청했어요 🔐", - body = "상대방의 프로필을 확인해보세요!" + body = "" ) // 비동기 알림 전송으로 변경