mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-12-01 16:51:12 +00:00
Adding moderator_view to GetPosts. (#166)
This commit is contained in:
parent
406d1c187b
commit
120d1e8103
1 changed files with 1 additions and 0 deletions
|
@ -11,5 +11,6 @@ export interface GetPosts {
|
||||||
community_id?: CommunityId;
|
community_id?: CommunityId;
|
||||||
community_name?: string;
|
community_name?: string;
|
||||||
saved_only?: boolean;
|
saved_only?: boolean;
|
||||||
|
moderator_view?: boolean;
|
||||||
auth?: string;
|
auth?: string;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue