Merge branch 'develop' into merge/2024-02-03
This commit is contained in:
commit
feb80ee992
42 changed files with 1707 additions and 1351 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue