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 : [],
|
||||
order_by:
|
||||
typeSort === TYPE_TRENDING
|
||||
? ['trending_global', 'trending_mixed']
|
||||
? ['trending_group', 'trending_mixed']
|
||||
: typeSort === TYPE_NEW
|
||||
? ['release_time']
|
||||
: ['effective_amount'], // Sort by top
|
||||
|
|
Loading…
Reference in a new issue