mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-12-22 19:01: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 {
|
||||
post: Post;
|
||||
creator: UserSafe;
|
||||
community: CommunitySafe;
|
||||
creator_banned_from_community: boolean; // Left Join to CommunityUserBan
|
||||
counts: PostAggregates;
|
||||
subscribed: boolean; // Left join to CommunityFollower
|
||||
|
|
Loading…
Reference in a new issue