add ENABLE_NO_SOURCE_CLAIMS to config

this sets has_source:true if the variable is true to non-odysee apps won't be shown livestream claims
This commit is contained in:
Sean Yesmunt 2021-03-17 13:49:55 -04:00 committed by DispatchCommit
parent dcd0528fda
commit e5fc28821a
2 changed files with 2 additions and 2 deletions

View file

@ -223,7 +223,7 @@ function ClaimListDiscover(props: Props) {
};
if (!ENABLE_NO_SOURCE_CLAIMS) {
// options.has_source = true;
options.has_source = true;
}
if (feeAmountParam && claimType !== CS.CLAIM_CHANNEL) {

View file

@ -92,7 +92,7 @@ function ClaimTilesDiscover(props: Props) {
};
if (!ENABLE_NO_SOURCE_CLAIMS) {
// options.has_source = true;
options.has_source = true;
}
if (releaseTime) {