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

This commit is contained in:
Nutomic 2023-10-10 17:11:11 +02:00 committed by GitHub
parent 6470ea81a7
commit 6d1a7c8ae0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -524,6 +524,7 @@ pub async fn remove_user_data(
&PersonUpdateForm {
avatar: Some(None),
banner: Some(None),
bio: Some(None),
..Default::default()
},
)