mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-25 22:01: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_name?: string;
|
||||
saved_only?: boolean;
|
||||
moderator_view?: boolean;
|
||||
auth?: string;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue