mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
fix: Apply client-requested timeout to federated key queries
Also parallelised federation calls in related functions
This commit is contained in:
@@ -465,7 +465,7 @@ pub(super) async fn force_join_list_of_local_users(
|
||||
|
||||
if server_admins.is_empty() {
|
||||
return Err!("There are no admins set for this server.");
|
||||
};
|
||||
}
|
||||
|
||||
let (room_id, servers) = self
|
||||
.services
|
||||
@@ -580,7 +580,7 @@ pub(super) async fn force_join_all_local_users(
|
||||
|
||||
if server_admins.is_empty() {
|
||||
return Err!("There are no admins set for this server.");
|
||||
};
|
||||
}
|
||||
|
||||
let (room_id, servers) = self
|
||||
.services
|
||||
|
||||
Reference in New Issue
Block a user