Allow avatar_description field in profile update

This commit is contained in:
Rory&
2026-08-15 00:49:45 +02:00
parent 5be671a655
commit 65a82c6121
3 changed files with 1 additions and 0 deletions
Binary file not shown.
Binary file not shown.
@@ -25,6 +25,7 @@ export interface UserModifySchema {
*/
username?: string;
avatar?: string | null;
avatar_description?: string | null;
bio?: string;
accent_color?: number;
banner?: string | null;