added frontend for social + feed partiali working
This commit is contained in:
@@ -42,4 +42,6 @@ export interface PatchedCustomUser {
|
||||
postal_code?: string | null;
|
||||
readonly gdpr?: boolean;
|
||||
is_active?: boolean;
|
||||
/** @nullable */
|
||||
avatar?: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user