From 294c5194a46f06d4d057c51c0d328e4777285042 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Thu, 7 Jul 2022 16:37:37 -0400 Subject: [PATCH] default fee amount to undefined (don't pass) >= (and =) are having a filtering issue with reposts. Don't need to pass >= for all content - I think this was some old hackaround that's no longer required. --- ui/component/channelContent/view.jsx | 2 +- ui/page/discover/view.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/component/channelContent/view.jsx b/ui/component/channelContent/view.jsx index 1f7c142fa..9d40c6fb7 100644 --- a/ui/component/channelContent/view.jsx +++ b/ui/component/channelContent/view.jsx @@ -171,7 +171,7 @@ function ChannelContent(props: Props) { streamType={SIMPLE_SITE ? CS.CONTENT_ALL : undefined} channelIds={[claimId]} claimType={claimType} - feeAmount={CS.FEE_AMOUNT_ANY} + feeAmount={undefined} defaultOrderBy={CS.ORDER_BY_NEW} pageSize={dynamicPageSize} infiniteScroll={defaultInfiniteScroll} diff --git a/ui/page/discover/view.jsx b/ui/page/discover/view.jsx index 5472c3a6c..be6debf76 100644 --- a/ui/page/discover/view.jsx +++ b/ui/page/discover/view.jsx @@ -260,7 +260,7 @@ function DiscoverPage(props: Props) { // TODO: find a better way to determine discover / wild west vs other modes release times // for now including && !tags so that releaseTime={getReleaseTime()} - feeAmount={isWildWest || tags ? CS.FEE_AMOUNT_ANY : undefined} + feeAmount={undefined} channelIds={channelIds} excludedChannelIds={excludedChannelIds} limitClaimsPerChannel={