전체 새로운 콘텐츠
- 차단한 크리에이터의 콘텐츠를 차단 당한 유저에게 보이지 않도록 수정
This commit is contained in:
@@ -56,6 +56,9 @@ class AudioContentMainService(
|
||||
offset = pageable.offset,
|
||||
limit = pageable.pageSize.toLong()
|
||||
)
|
||||
.asSequence()
|
||||
.filter { !blockMemberRepository.isBlocked(blockedMemberId = member.id!!, memberId = it.creatorId) }
|
||||
.toList()
|
||||
|
||||
return GetNewContentAllResponse(totalCount, items)
|
||||
}
|
||||
|
Reference in New Issue
Block a user