fix(home): 최근 활동 라이브 활성 필터를 제거한다

This commit is contained in:
2026-07-09 15:47:04 +09:00
parent b5b682e340
commit 78f24d774b
2 changed files with 26 additions and 2 deletions

View File

@@ -148,8 +148,7 @@ class DefaultHomeRecommendationQueryRepository(
lr.id as target_sort_id
from live_room lr
join member m on m.id = lr.member_id
where lr.is_active = true
and lr.channel_name is not null
where lr.channel_name is not null
and lr.channel_name <> ''
and (:includeAdultActivities = true or lr.is_adult = false)
and m.is_active = true