mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-12-23 11:21:27 +00:00
PostView still does need community.
This commit is contained in:
parent
769666f37e
commit
644860499b
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ export interface PrivateMessageView {
|
||||||
export interface PostView {
|
export interface PostView {
|
||||||
post: Post;
|
post: Post;
|
||||||
creator: UserSafe;
|
creator: UserSafe;
|
||||||
|
community: CommunitySafe;
|
||||||
creator_banned_from_community: boolean; // Left Join to CommunityUserBan
|
creator_banned_from_community: boolean; // Left Join to CommunityUserBan
|
||||||
counts: PostAggregates;
|
counts: PostAggregates;
|
||||||
subscribed: boolean; // Left join to CommunityFollower
|
subscribed: boolean; // Left join to CommunityFollower
|
||||||
|
|
Loading…
Reference in a new issue