test #1

Merged
klaus merged 94 commits from test into main 2023-08-16 02:30:37 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bc0baeffe9 - Show all commits

View File

@ -343,7 +343,7 @@ class MemberService(
return repository.findByNicknameAndOtherCondition(nickname, memberId)
.asSequence()
.filter { blockMemberRepository.isBlocked(blockedMemberId = memberId, memberId = it.id!!) }
.filter { !blockMemberRepository.isBlocked(blockedMemberId = memberId, memberId = it.id!!) }
.map {
GetRoomDetailUser(it, cloudFrontHost)
}