크리에이터 채널 - 팔로워 수
- 탈퇴한 회원은 카운팅에서 제외
This commit is contained in:
@@ -54,6 +54,7 @@ class ExplorerQueryRepository(
|
||||
.where(
|
||||
creatorFollowing.isActive.isTrue
|
||||
.and(creatorFollowing.creator.id.eq(creatorId))
|
||||
.and(creatorFollowing.member.isActive.isTrue)
|
||||
)
|
||||
.fetch()
|
||||
}
|
||||
|
Reference in New Issue
Block a user