Merge branch 'develop' into upstream/2025.5.0
This commit is contained in:
commit
886160bdec
52 changed files with 1519 additions and 630 deletions
|
|
@ -4251,6 +4251,10 @@ export type components = {
|
|||
/** Format: url */
|
||||
avatarUrl: string | null;
|
||||
avatarBlurhash: string | null;
|
||||
/** @example Hi masters, I am Ai! */
|
||||
description: string | null;
|
||||
/** Format: date-time */
|
||||
createdAt: string;
|
||||
avatarDecorations: {
|
||||
/** Format: id */
|
||||
id: string;
|
||||
|
|
@ -11244,6 +11248,7 @@ export type operations = {
|
|||
remoteFollowing: number;
|
||||
remoteFollowers: number;
|
||||
};
|
||||
signupReason: string | null;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue