1
0

Merge branch 'develop' into hazelnoot/following-timeline

This commit is contained in:
Hazel K
2024-10-06 11:16:43 -04:00
28 changed files with 129 additions and 36 deletions
+2
View File
@@ -3830,6 +3830,7 @@ export type components = {
url: string;
offsetX?: number;
offsetY?: number;
showBelow?: boolean;
}[];
/** @default false */
isAdmin?: boolean;
@@ -20243,6 +20244,7 @@ export type operations = {
flipH?: boolean | null;
offsetX?: number | null;
offsetY?: number | null;
showBelow?: boolean | null;
})[];
/** Format: misskey:id */
bannerId?: string | null;