Also clear bio
This commit is contained in:
parent
c986f5961c
commit
1fd6676cee
1 changed files with 1 additions and 0 deletions
|
@ -194,6 +194,7 @@ impl User_ {
|
|||
preferred_username.eq::<Option<String>>(None),
|
||||
email.eq::<Option<String>>(None),
|
||||
matrix_user_id.eq::<Option<String>>(None),
|
||||
bio.eq::<Option<String>>(None),
|
||||
deleted.eq(true),
|
||||
updated.eq(naive_now()),
|
||||
))
|
||||
|
|
Loading…
Reference in a new issue