1
0

merge: Feat: Implement "Show Below Avatar" for Avatar Decorations (!645)

View MR for information: https://activitypub.software/TransFem-org/Sharkey/-/merge_requests/645

Approved-by: dakkar <dakkar@thenautilus.net>
Approved-by: Marie <github@yuugi.dev>
This commit is contained in:
Marie
2024-10-03 20:40:34 +00:00
12 changed files with 36 additions and 1 deletions
+2
View File
@@ -3814,6 +3814,7 @@ export type components = {
url: string;
offsetX?: number;
offsetY?: number;
showBelow?: boolean;
}[];
/** @default false */
isAdmin?: boolean;
@@ -20227,6 +20228,7 @@ export type operations = {
flipH?: boolean | null;
offsetX?: number | null;
offsetY?: number | null;
showBelow?: boolean | null;
})[];
/** Format: misskey:id */
bannerId?: string | null;