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

채팅에서 알림이 오지 않는 버그 해결 #789

Merged
merged 5 commits into from
Oct 25, 2024
Merged

Conversation

ay-eonii
Copy link
Contributor

@ay-eonii ay-eonii commented Oct 25, 2024

PR의 목적이 무엇인가요?

채팅에서 알림이 오지 않는 버그를 해결했습니다.

이슈 ID는 무엇인가요?

설명

/chat/implement/notification/ChatNotificationEvent.java 를 사용해야 했지만
/chat/domain/ChatNotificationEvent.java를 사용하고 있었기에 EventListener가 감지하지 못하는 오류가 있었습니다.

사용하지 않는 /chat/domain/ChatNotificationEvent.java는 삭제했습니다.

질문 혹은 공유 사항 (Optional)

@ksk0605 ksk0605 merged commit 03b3fac into develop-backend Oct 25, 2024
1 check passed
@ay-eonii ay-eonii self-assigned this Oct 27, 2024
@ay-eonii ay-eonii added BE 백엔드 관련 이슈입니다. 🚨 긴급 hotfix (main에서 파생된 문제를 해결) 🚑 버그 fix (develop에서 파생된 문제) labels Oct 27, 2024
@ay-eonii ay-eonii changed the title 버그 채팅에서 알림이 오지 않는 버그 해결 Oct 27, 2024
@ay-eonii ay-eonii linked an issue Oct 27, 2024 that may be closed by this pull request
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 관련 이슈입니다. 🚑 버그 fix (develop에서 파생된 문제) 🚨 긴급 hotfix (main에서 파생된 문제를 해결)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

알림 이슈 해결
2 participants