[feat] Add LiveStreaming Support #5691

Merged
neb-b merged 35 commits from feat/go-live into master 2021-03-23 00:48:10 +01:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit e5fc28821a - Show all commits

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) {