diff --git a/src/types/CommentReplyView.ts b/src/types/CommentReplyView.ts index 7b2e5db..b7348b4 100644 --- a/src/types/CommentReplyView.ts +++ b/src/types/CommentReplyView.ts @@ -16,6 +16,7 @@ export interface CommentReplyView { recipient: Person; counts: CommentAggregates; creator_banned_from_community: boolean; + banned_from_community: boolean; creator_is_moderator: boolean; creator_is_admin: boolean; subscribed: SubscribedType; diff --git a/src/types/PersonMentionView.ts b/src/types/PersonMentionView.ts index 7367a50..ecd7877 100644 --- a/src/types/PersonMentionView.ts +++ b/src/types/PersonMentionView.ts @@ -16,6 +16,7 @@ export interface PersonMentionView { recipient: Person; counts: CommentAggregates; creator_banned_from_community: boolean; + banned_from_community: boolean; creator_is_moderator: boolean; creator_is_admin: boolean; subscribed: SubscribedType;