Wipe bio when user is banned with remove content (fixes #4012) (#4032)

pull/4033/head
Nutomic 8 months ago committed by GitHub
parent 6470ea81a7
commit 6d1a7c8ae0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save