include rejectQuotes on all packed User entities

This commit is contained in:
Hazelnoot 2025-02-20 21:12:12 -05:00
parent 365a0bd2c5
commit f39f47aade
4 changed files with 23 additions and 7 deletions

View file

@ -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;