0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-01 14:09:09 +02:00
synapse/tests/federation
Richard van der Hoff 63c46349c4
Implement MSC3706: partial state in /send_join response (#11967)
* Make `get_auth_chain_ids` return a Set

It has a set internally, and a set is often useful where it gets used, so let's
avoid converting to an intermediate list.

* Minor refactors in `on_send_join_request`

A little bit of non-functional groundwork

* Implement MSC3706: partial state in /send_join response
2022-02-12 10:44:16 +00:00
..
transport Tests: replace mocked Authenticator with the real thing (#11913) 2022-02-11 12:06:02 +00:00
__init__.py
test_complexity.py Tests: replace mocked Authenticator with the real thing (#11913) 2022-02-11 12:06:02 +00:00
test_federation_catch_up.py
test_federation_sender.py Send and handle cross-signing messages using the stable prefix. (#10520) 2021-12-08 10:01:38 +00:00
test_federation_server.py Implement MSC3706: partial state in /send_join response (#11967) 2022-02-12 10:44:16 +00:00