1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-06-22 01:15:16 +00:00

Can get language settings

This commit is contained in:
2020-07-14 13:16:52 +02:00
parent 4cbf57d369
commit 5a1093b33a
6 changed files with 34 additions and 1 deletions

View File

@ -77,6 +77,7 @@ pub struct User {
pub allow_posts_from_friends: bool,
pub account_creation_time: u64,
pub allow_mails: bool,
pub lang: String,
pub security_question_1: Option<String>,
pub security_answer_1: Option<String>,
pub security_question_2: Option<String>,