remove MSC4175 timezone on account deactivation
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
e888810e67
commit
b44f7f5476
2 changed files with 4 additions and 0 deletions
|
@ -558,6 +558,9 @@ pub(crate) async fn deactivate_route(
|
|||
// Remove devices and mark account as deactivated
|
||||
services.users.deactivate_account(sender_user)?;
|
||||
|
||||
// Remove timezone profile field
|
||||
services.users.set_timezone(sender_user, None).await?;
|
||||
|
||||
// Remove profile pictures and display name
|
||||
let all_joined_rooms: Vec<OwnedRoomId> = services
|
||||
.rooms
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue