Don't limit livestreams for Following section
https://odysee-workspace.slack.com/archives/C02G20Z2AEL/p1653779545610999
This commit is contained in:
parent
a7bbb464d6
commit
ba62170ef7
1 changed files with 4 additions and 1 deletions
|
@ -134,7 +134,10 @@ function HomePage(props: Props) {
|
|||
{...options}
|
||||
showNoSourceClaims={ENABLE_NO_SOURCE_CLAIMS}
|
||||
hasSource
|
||||
prefixUris={getLivestreamUris(activeLivestreams, options.channelIds).slice(0, CATEGORY_LIVESTREAM_LIMIT)}
|
||||
prefixUris={getLivestreamUris(activeLivestreams, options.channelIds).slice(
|
||||
0,
|
||||
id === 'FOLLOWING' ? undefined : CATEGORY_LIVESTREAM_LIMIT
|
||||
)}
|
||||
pins={{ urls: pinUrls, claimIds: pinnedClaimIds }}
|
||||
injectedItem={index === 0 && !hasPremiumPlus && { node: <Ads small type="video" tileLayout /> }}
|
||||
forceShowReposts={id !== 'FOLLOWING'}
|
||||
|
|
Loading…
Reference in a new issue