mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-08 09:24:17 +00:00
parent
6470ea81a7
commit
6d1a7c8ae0
|
@ -524,6 +524,7 @@ pub async fn remove_user_data(
|
|||
&PersonUpdateForm {
|
||||
avatar: Some(None),
|
||||
banner: Some(None),
|
||||
bio: Some(None),
|
||||
..Default::default()
|
||||
},
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue