Adding moderator_view to GetPosts. (#166)

This commit is contained in:
Dessalines 2023-07-12 08:37:57 -04:00 committed by GitHub
parent 406d1c187b
commit 120d1e8103
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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