Merge branch 'develop' into hazelnoot/following-timeline
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user