Adding creator_blocked to PersonMentionView
This commit is contained in:
parent
32cd2007b0
commit
8f700011e3
1 changed files with 1 additions and 0 deletions
|
@ -43,6 +43,7 @@ export interface PersonMentionView {
|
|||
creator_banned_from_community: boolean;
|
||||
subscribed: boolean;
|
||||
saved: boolean;
|
||||
creator_blocked: boolean;
|
||||
my_vote?: number;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue