mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-03-13 15:02:44 +00:00
parent
a65d4034d8
commit
7f0ef4d7f4
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ pub async fn import_settings(
|
|||
let person_form = PersonUpdateForm {
|
||||
display_name: data.display_name.clone().map(Some),
|
||||
bio: data.bio.clone().map(Some),
|
||||
matrix_user_id: data.bio.clone().map(Some),
|
||||
matrix_user_id: data.matrix_id.clone().map(Some),
|
||||
bot_account: data.bot_account,
|
||||
..Default::default()
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue