Skip to content

Commit

Permalink
Add exclude_unreviewed to search (#139)
Browse files Browse the repository at this point in the history
Add `exclude_unreviewed` to search
  • Loading branch information
neet committed Sep 30, 2019
2 parents 61a1d8d + d77af5c commit 089e988
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/clients/masto/params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,8 @@ export interface SearchParams extends PaginationParams {
resolve?: boolean | null;
/** Account id to search */
account_id?: string;
/** Exclude unreviewed tags */
exclude_unreviewed?: boolean;
}

export interface SearchAccountsParams extends SearchParams {
Expand Down

0 comments on commit 089e988

Please sign in to comment.