generate missing type for UserLite.isSilenced

This commit is contained in:
Hazelnoot 2024-10-11 14:10:13 -04:00
parent b27b398717
commit adbea34c11

View file

@ -3862,6 +3862,7 @@ export type components = {
isBot?: boolean; isBot?: boolean;
isCat?: boolean; isCat?: boolean;
speakAsCat?: boolean; speakAsCat?: boolean;
isSilenced: boolean;
instance?: { instance?: {
name: string | null; name: string | null;
softwareName: string | null; softwareName: string | null;