dendrite/federationapi/internal
devonh a01faee17c
Extend context timeout on send_join to allow for joining complex rooms (#3153)
Background federated joins are currently broken since they timeout after
30s. This timeout didn't exist before the refactor. It should still exist but it needs to be extended to allow for the additional time it can take a server to generate the /send_join response when joining a complex room.
2023-07-18 18:48:05 +00:00
..
api.go Add pseudoID compatibility to Invites (#3126) 2023-07-06 15:15:24 +00:00
federationclient_test.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00
federationclient.go Extend context timeout on send_join to allow for joining complex rooms (#3153) 2023-07-18 18:48:05 +00:00
keys.go Make StrictValidityChecking a function (#3092) 2023-06-06 15:16:55 +02:00
perform_test.go Add pseudoID compatibility to Invites (#3126) 2023-07-06 15:15:24 +00:00
perform.go Add pseudoID compatibility to Invites (#3126) 2023-07-06 15:15:24 +00:00
query.go refactor: update GMSL (#3058) 2023-04-19 15:50:33 +01:00