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

같은 다락방 참여자에게만 모임 생성 알림이 전송되도록 수정 #467

Merged
merged 3 commits into from
Aug 22, 2024

Conversation

Mingyum-Kim
Copy link
Contributor

PR의 목적이 무엇인가요?

같은 다락방 참여자에게만 모임 생성 알림이 전송되도록 수정.

이슈 ID는 무엇인가요?

설명

질문 혹은 공유 사항 (Optional)

@Mingyum-Kim Mingyum-Kim added BE 백엔드 관련 이슈입니다. 🚑 버그 fix (develop에서 파생된 문제) labels Aug 22, 2024
@Mingyum-Kim Mingyum-Kim self-assigned this Aug 22, 2024
notificationService.notifyToAllExceptMember(notification, darakbangMember.getMemberId(), darakbangId);
List<Long> darakbangMembersExceptMe = darakbangMemberRepository.findAllByDarakbangId(darakbangId).stream()
.filter(member -> !Objects.equals(member.getId(), darakbangMember.getId()))
.map(DarakbangMember::getId)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.map(DarakbangMember::getId)
.map(DarakbangMember::getMemberId)

일 것 같아요

Copy link
Contributor

@ksk0605 ksk0605 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

나 우울해..

@ay-eonii ay-eonii merged commit 3f6430c into develop-backend Aug 22, 2024
1 check passed
@ay-eonii ay-eonii deleted the fix/#399 branch August 22, 2024 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BE 백엔드 관련 이슈입니다. 🚑 버그 fix (develop에서 파생된 문제)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants