Following Page: fix redundant livestream data passed in

Clean up for 17a9b84d

We are now using `subSection` for livestreams, so no point passing in `prefixUris`, which causes additional processing.

(It wasn't visible because `showNoSourceClaims` was removed, but processing still happens).
This commit is contained in:
infinite-persistence 2022-03-21 15:03:47 +08:00
parent e634c728f0
commit 3900d9a049
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0

View file

@ -56,7 +56,6 @@ function ChannelsFollowingPage(props: Props) {
)}
<ClaimListDiscover
prefixUris={getLivestreamUris(activeLivestreams, channelIds)}
hideAdvancedFilter={SIMPLE_SITE}
streamType={SIMPLE_SITE ? CS.CONTENT_ALL : undefined}
tileLayout={tileLayout}