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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user