Merge branch 'develop' into merge/2024-02-03
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user