change moderator view to be a listing type

This commit is contained in:
biosfood 2023-07-31 12:01:53 +02:00
parent 8760eadf52
commit 981c866930
2 changed files with 1 additions and 2 deletions

View file

@ -11,6 +11,5 @@ export interface GetPosts {
community_id?: CommunityId;
community_name?: string;
saved_only?: boolean;
moderator_view?: boolean;
auth?: string;
}

View file

@ -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";