Update publish code to use has_source and has_no_source for livestream claims #395

Merged
neb-b merged 2 commits from has-source into master 2021-03-18 16:33:55 +01:00
Showing only changes of commit d10ed9ff72 - Show all commits

View file

@ -585,6 +585,8 @@ export function doClaimSearch(
not_tags?: Array<string>,
order_by?: Array<string>,
release_time?: string,
has_source?: boolean,
has_no_souce?: boolean,
} = {
no_totals: true,
page_size: 10,