Skip to content

Commit

Permalink
LivestreamSection: only apply excludedChannelIds for non-Wild-West
Browse files Browse the repository at this point in the history
Message from Tom:
> use excluded on both livestream and regular content sections. If not wild west, don't use exluded
  • Loading branch information
infinite-persistence committed Aug 23, 2023
1 parent 7c5ae8c commit 168b487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/page/discover/view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function DiscoverPage(props: Props) {
<LivestreamSection
tileLayout={repostedUri ? false : tileLayout}
channelIds={channelIds}
excludedChannelIds={excludedChannelIds}
excludedChannelIds={isWildWest ? excludedChannelIds : null}
searchLanguages={dynamicRouteProps?.options?.searchLanguages}
langParam={langParam}
hideMembersOnlyContent={hideMembersOnlyContent}
Expand Down

0 comments on commit 168b487

Please sign in to comment.