merge: Cleanup and bulk fixes to Mastodon API (resolves #495, #509, #707, #714, #721, #804, #811, #865, and partially #492) (!879)
View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/879 Closes #495, #509, #707, #714, #721, #804, #811, #865, and #492 Approved-by: Marie <github@yuugi.dev> Approved-by: dakkar <dakkar@thenautilus.net>
This commit is contained in:
@@ -29739,7 +29739,9 @@ export type operations = {
|
||||
isBlocked: boolean;
|
||||
isMuted: boolean;
|
||||
isRenoteMuted: boolean;
|
||||
}, {
|
||||
isInstanceMuted?: boolean;
|
||||
memo?: string | null;
|
||||
}, ({
|
||||
/** Format: id */
|
||||
id: string;
|
||||
isFollowing: boolean;
|
||||
@@ -29750,7 +29752,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