fix: adjust trending
Use trending group instead of trending global. Mixed already takes into account global. This index is now available on the wallet servers. huh
This commit is contained in:
parent
166c7c49cc
commit
31c6ce6426
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ function ClaimListDiscover(props: Props) {
|
||||||
not_tags: !showNsfw ? MATURE_TAGS : [],
|
not_tags: !showNsfw ? MATURE_TAGS : [],
|
||||||
order_by:
|
order_by:
|
||||||
typeSort === TYPE_TRENDING
|
typeSort === TYPE_TRENDING
|
||||||
? ['trending_global', 'trending_mixed']
|
? ['trending_group', 'trending_mixed']
|
||||||
: typeSort === TYPE_NEW
|
: typeSort === TYPE_NEW
|
||||||
? ['release_time']
|
? ['release_time']
|
||||||
: ['effective_amount'], // Sort by top
|
: ['effective_amount'], // Sort by top
|
||||||
|
|
Loading…
Add table
Reference in a new issue