mirror of https://github.com/LemmyNet/lemmy.git
parent
6470ea81a7
commit
6d1a7c8ae0
|
@ -524,6 +524,7 @@ pub async fn remove_user_data(
|
||||||
&PersonUpdateForm {
|
&PersonUpdateForm {
|
||||||
avatar: Some(None),
|
avatar: Some(None),
|
||||||
banner: Some(None),
|
banner: Some(None),
|
||||||
|
bio: Some(None),
|
||||||
..Default::default()
|
..Default::default()
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue