mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-22 20:31:12 +00:00
Adding moderator_view to GetPosts.
This commit is contained in:
parent
406d1c187b
commit
6b1d21dac7
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