mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-22 12:21:12 +00:00
Merge pull request #172 from biosfood/main
change moderator view to be a listing type
This commit is contained in:
commit
f165ef6538
2 changed files with 1 additions and 2 deletions
|
@ -11,6 +11,5 @@ export interface GetPosts {
|
|||
community_id?: CommunityId;
|
||||
community_name?: string;
|
||||
saved_only?: boolean;
|
||||
moderator_view?: boolean;
|
||||
auth?: string;
|
||||
}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
// This file was generated by [ts-rs](https://github.com/Aleph-Alpha/ts-rs). Do not edit this file manually.
|
||||
|
||||
export type ListingType = "All" | "Local" | "Subscribed";
|
||||
export type ListingType = "All" | "Local" | "Subscribed" | "Moderator View";
|
||||
|
|
Loading…
Reference in a new issue