Update publish code to use has_source
and has_no_source
for livestream claims #395
1 changed files with 2 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue