mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-07-07 16:22:48 +00:00
Account image URL is null if unset
This commit is contained in:
@ -10,7 +10,7 @@ pub struct AdminSearchUserResult {
|
||||
first_name: String,
|
||||
last_name: String,
|
||||
email: String,
|
||||
account_image: String
|
||||
account_image: Option<String>
|
||||
}
|
||||
|
||||
impl AdminSearchUserResult {
|
||||
|
@ -16,7 +16,7 @@ pub struct AdminUserInfoAPI {
|
||||
last_activity: u64,
|
||||
page_visibility: &'static str,
|
||||
directory: Option<String>,
|
||||
account_image: String,
|
||||
account_image: Option<String>,
|
||||
account_image_visibility: String,
|
||||
friend_list_public: bool,
|
||||
is_email_public: bool,
|
||||
|
Reference in New Issue
Block a user