Merge pull request #17 from LemmyNet/add_creator_id_search

Add creator_id to search.
This commit is contained in:
Dessalines 2021-04-09 16:16:14 -04:00 committed by GitHub
commit 1f3a202a92
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,7 @@ export interface Search {
type_: string;
community_id?: number;
community_name?: string;
creator_id?: number;
sort: string;
page?: number;
limit?: number;