fix(home): 최근 활동 라이브 활성 필터를 제거한다
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user