From: Dessalines Date: Tue, 6 Apr 2021 16:09:26 +0000 (-0400) Subject: Merge branch 'main' into change_password_api X-Git-Url: http://these/git/README.zh.hant.md?a=commitdiff_plain;h=d97129e7ae095ae39de2ce321eaaac2bfe1bdcb6;p=lemmy.git Merge branch 'main' into change_password_api --- d97129e7ae095ae39de2ce321eaaac2bfe1bdcb6 diff --cc crates/api_common/src/person.rs index 53033a92,21fa1c77..6402096c --- a/crates/api_common/src/person.rs +++ b/crates/api_common/src/person.rs @@@ -47,6 -47,8 +47,7 @@@ pub struct CaptchaResponse #[derive(Deserialize)] pub struct SaveUserSettings { pub show_nsfw: Option, + pub show_scores: Option, - pub show_avatars: Option, pub theme: Option, pub default_sort_type: Option, pub default_listing_type: Option, @@@ -57,7 -59,9 +58,10 @@@ pub email: Option, pub bio: Option, pub matrix_user_id: Option, + pub show_avatars: Option, + pub new_password: Option, + pub new_password_verify: Option, + pub old_password: Option, pub send_notifications_to_email: Option, pub auth: String, }