mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-09 20:19:44 +00:00
default top to all-time on channel content
This commit is contained in:
parent
f149410902
commit
fca900fb9d
1 changed files with 1 additions and 0 deletions
|
@ -137,6 +137,7 @@ function ChannelContent(props: Props) {
|
||||||
|
|
||||||
{claim && claimsInChannel > 0 ? (
|
{claim && claimsInChannel > 0 ? (
|
||||||
<ClaimListDiscover
|
<ClaimListDiscover
|
||||||
|
defaultFreshness={CS.FRESH_ALL}
|
||||||
showHiddenByUser={viewHiddenChannels}
|
showHiddenByUser={viewHiddenChannels}
|
||||||
forceShowReposts
|
forceShowReposts
|
||||||
hideFilters={!showFilters}
|
hideFilters={!showFilters}
|
||||||
|
|
Loading…
Add table
Reference in a new issue