mirror of
https://github.com/spacebarchat/server.git
synced 2026-08-22 12:00:18 +00:00
Allow avatar_description field in profile update
This commit is contained in:
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;
|
||||
|
||||
Reference in New Issue
Block a user