From 2ca4204775b972f1f64eef23ca6b105f6d98da89 Mon Sep 17 00:00:00 2001 From: Klaus Date: Tue, 9 Apr 2024 23:09:22 +0900 Subject: [PATCH] =?UTF-8?q?=ED=81=AC=EB=A6=AC=EC=97=90=EC=9D=B4=ED=84=B0?= =?UTF-8?q?=20=EC=B1=84=EB=84=90=20-=20=ED=8C=94=EB=A1=9C=EC=9B=8C=20?= =?UTF-8?q?=EC=88=98=20-=20=ED=83=88=ED=87=B4=ED=95=9C=20=ED=9A=8C?= =?UTF-8?q?=EC=9B=90=EC=9D=80=20=EC=B9=B4=EC=9A=B4=ED=8C=85=EC=97=90?= =?UTF-8?q?=EC=84=9C=20=EC=A0=9C=EC=99=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kr/co/vividnext/sodalive/explorer/ExplorerQueryRepository.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/ExplorerQueryRepository.kt b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/ExplorerQueryRepository.kt index 1302b63..674d5c4 100644 --- a/src/main/kotlin/kr/co/vividnext/sodalive/explorer/ExplorerQueryRepository.kt +++ b/src/main/kotlin/kr/co/vividnext/sodalive/explorer/ExplorerQueryRepository.kt @@ -54,6 +54,7 @@ class ExplorerQueryRepository( .where( creatorFollowing.isActive.isTrue .and(creatorFollowing.creator.id.eq(creatorId)) + .and(creatorFollowing.member.isActive.isTrue) ) .fetch() }