diff --git a/src/interfaces/views.ts b/src/interfaces/views.ts index 88add63..f77485b 100644 --- a/src/interfaces/views.ts +++ b/src/interfaces/views.ts @@ -67,6 +67,7 @@ export interface PrivateMessageView { export interface PostView { post: Post; creator: UserSafe; + community: CommunitySafe; creator_banned_from_community: boolean; // Left Join to CommunityUserBan counts: PostAggregates; subscribed: boolean; // Left join to CommunityFollower