1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-06-20 08:25:16 +00:00

Can update new user information fields

This commit is contained in:
2021-04-16 15:06:07 +02:00
parent b5d2410413
commit 2f931ff026
5 changed files with 13 additions and 1 deletions

View File

@ -12,8 +12,10 @@ pub struct GeneralSettings {
pub block_comments: bool,
pub allow_posts_from_friends: bool,
pub friends_list_public: bool,
pub email_public: bool,
pub personal_website: Option<String>,
pub virtual_directory: Option<String>,
pub allow_mails: bool,
pub public_note: Option<String>,
pub location: Option<String>,
}