include rejectQuotes on all packed User entities
This commit is contained in:
parent
365a0bd2c5
commit
f39f47aade
4 changed files with 23 additions and 7 deletions
|
|
@ -3987,6 +3987,7 @@ export type components = {
|
|||
noindex: boolean;
|
||||
enableRss: boolean;
|
||||
mandatoryCW: string | null;
|
||||
rejectQuotes?: boolean;
|
||||
isBot?: boolean;
|
||||
isCat?: boolean;
|
||||
speakAsCat?: boolean;
|
||||
|
|
@ -4070,7 +4071,6 @@ export type components = {
|
|||
twoFactorEnabled?: boolean;
|
||||
usePasswordLessLogin?: boolean;
|
||||
securityKeys?: boolean;
|
||||
rejectQuotes?: boolean;
|
||||
isFollowing?: boolean;
|
||||
isFollowed?: boolean;
|
||||
hasPendingFollowRequestFromYou?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue