use stricter timeout for fetching state
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
2aeee4f509
commit
94d7b21cf0
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ pub(super) async fn fetch_state(
|
|||
let res = self
|
||||
.services
|
||||
.sending
|
||||
.send_synapse_request(
|
||||
.send_federation_request(
|
||||
origin,
|
||||
get_room_state_ids::v1::Request {
|
||||
room_id: room_id.to_owned(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue