diff --git a/src/helpers/account_helper.rs b/src/helpers/account_helper.rs index e6db4b6..3e5d6e9 100644 --- a/src/helpers/account_helper.rs +++ b/src/helpers/account_helper.rs @@ -343,7 +343,8 @@ pub fn delete(user_id: &UserID) -> ResultBoxError { // Delete all custom user emojies custom_emojies_helper::delete_all_user(user_id)?; - // TODO : continue work here + // Delete connections to all services + destroy_all_user_tokens(user_id)?; Ok(()) } \ No newline at end of file