Merge branch 'develop' into merge/2024-02-03

This commit is contained in:
Hazelnoot 2025-02-11 10:52:52 -05:00
commit feb80ee992
42 changed files with 1707 additions and 1351 deletions

View file

@ -30820,7 +30820,9 @@ export type operations = {
isBlocked: boolean;
isMuted: boolean;
isRenoteMuted: boolean;
}, {
isInstanceMuted?: boolean;
memo?: string | null;
}, ({
/** Format: id */
id: string;
isFollowing: boolean;
@ -30831,7 +30833,9 @@ export type operations = {
isBlocked: boolean;
isMuted: boolean;
isRenoteMuted: boolean;
}[]]>;
isInstanceMuted?: boolean;
memo?: string | null;
})[]]>;
};
};
/** @description Client error */