From 31c6ce64266ff56ff6100a5b5fd0a95ffe3c7b91 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Thu, 21 Nov 2019 10:00:21 -0500 Subject: [PATCH] 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 --- ui/component/claimListDiscover/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/claimListDiscover/view.jsx b/ui/component/claimListDiscover/view.jsx index 498f7cd28..1149910c4 100644 --- a/ui/component/claimListDiscover/view.jsx +++ b/ui/component/claimListDiscover/view.jsx @@ -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