mirror of
				https://gitlab.com/comunic/comunicapiv3
				synced 2025-11-04 09:34:04 +00:00 
			
		
		
		
	Start to return advanced user info
This commit is contained in:
		@@ -32,6 +32,12 @@ pub struct User {
 | 
			
		||||
    pub virtual_directory: Option<String>,
 | 
			
		||||
    pub account_image_path: Option<String>,
 | 
			
		||||
    pub account_image_visibility: AccountImageVisibility,
 | 
			
		||||
    pub public_friends_list: bool,
 | 
			
		||||
    pub personal_website: Option<String>,
 | 
			
		||||
    pub public_note: Option<String>,
 | 
			
		||||
    pub block_comments_on_his_page: bool,
 | 
			
		||||
    pub allow_posts_from_friends: bool,
 | 
			
		||||
    pub account_creation_time: u64,
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
impl User {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user