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

Fix: 수신 메시지가 없는 경우 메시지함 조회 Edge case 대응 #93

Merged
merged 2 commits into from
Sep 30, 2024

Conversation

loveysuby
Copy link
Member

🚀 Related Issue

close: #92

📌 Tasks

  • 사용자별 수신 메시지함 조회 시 Edge case 별 응답처리 분기 구성

📝 Details

  • 가입한 그룹 정보가 없을 시 전체 수신 메시지를 조회하도록 변경하였습니다.
  • 그룹 정보는 있으나 첫 조회에 의한 Target Entity (RollingPaper) 식별자가 없는 경우 처음부터 조회하도록 추가하였습니다.

📚 Remarks

Points or opinions to share teams

@loveysuby loveysuby added 🐛 bug Fix a bug ✨ feat Improve performance or feature 🥵 hart labels Sep 30, 2024
@loveysuby loveysuby self-assigned this Sep 30, 2024
@loveysuby loveysuby merged commit c50606a into develop Sep 30, 2024
1 check passed
@loveysuby loveysuby deleted the fix/92 branch September 30, 2024 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Fix a bug ✨ feat Improve performance or feature 🥵 hart
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Fix] 수신 메시지가 없는 경우 메시지함 조회 Edge case 대응
1 participant