Adding moderator_view to GetPosts.

This commit is contained in:
Dessalines 2023-07-12 08:35:51 -04:00
parent 406d1c187b
commit 6b1d21dac7

View file

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