From 644860499bd2c984ddaaf03165e7715f2320d20a Mon Sep 17 00:00:00 2001 From: Dessalines Date: Wed, 23 Dec 2020 15:38:08 -0500 Subject: [PATCH] PostView still does need community. --- src/interfaces/views.ts | 1 + 1 file changed, 1 insertion(+) 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