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…
Reference in a new issue