mirror of
				https://gitlab.com/comunic/comunicmobile
				synced 2025-11-04 04:04:18 +00:00 
			
		
		
		
	Can delete account image
This commit is contained in:
		@@ -50,4 +50,10 @@ class SettingsHelper {
 | 
			
		||||
                      .key)
 | 
			
		||||
              .exec())
 | 
			
		||||
          .isOK;
 | 
			
		||||
 | 
			
		||||
  /// Delete user account image
 | 
			
		||||
  static Future<bool> deleteAccountImage() async =>
 | 
			
		||||
      (await APIRequest(uri: "settings/delete_account_image", needLogin: true)
 | 
			
		||||
              .exec())
 | 
			
		||||
          .isOK;
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user