fix: Apply client-requested timeout to federated key queries

Also parallelised federation calls in related functions
This commit is contained in:
timedout
2026-01-03 16:05:05 +00:00
parent 6c61b3ec5b
commit bc426e1bfc
7 changed files with 81 additions and 33 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ pub async fn revoke_admin(&self, user_id: &UserId) -> Result {
warn!(
"Revoking the admin status of {user_id} will not work correctly as they are within \
the admins_list config."
)
);
}
let Ok(room_id) = self.get_admin_room().await else {