Skip to content
Merged
Show file tree
Hide file tree
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
30 changes: 0 additions & 30 deletions .claude/settings.local.json
Original file line number Diff line number Diff line change
@@ -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:*)"
]
}
}
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@ out/
### VS Code ###
.vscode/
.history/
docs/
docs/
.claude/
2 changes: 1 addition & 1 deletion src/main/kotlin/codel/chat/business/ChatService.kt
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ class ChatService(
type = NotificationType.MOBILE,
targetId = token,
title = "${requester.getProfileOrThrow().getCodeNameOrThrow()}님이 코드 해제를 요청했어요 🔐",
body = "상대방의 프로필을 확인해보세요!"
body = ""
)

// 비동기 알림 전송으로 변경
Expand Down
Loading