Refactor: Implement avatar cleanup plan

This commit is contained in:
gpt-engineer-app[bot]
2025-09-28 17:38:09 +00:00
parent 728f7c145e
commit 2147514784
6 changed files with 135 additions and 6 deletions

View File

@@ -97,6 +97,7 @@ export interface Profile {
display_name?: string;
bio?: string;
avatar_url?: string;
avatar_image_id?: string;
location?: Location;
date_of_birth?: string;
privacy_level: 'public' | 'friends' | 'private';