MatrixSynapse/tests
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
..
api
app
appservice
config
crypto
events
federation Implement MSC3706: partial state in `/send_join` response (#11967) 2022-02-12 10:44:16 +00:00
handlers
http
logging
module_api
push
replication
rest
scripts
server_notices
state
storage Implement MSC3706: partial state in `/send_join` response (#11967) 2022-02-12 10:44:16 +00:00
test_utils
util
__init__.py
server.py
test_distributor.py
test_event_auth.py
test_federation.py
test_mau.py
test_metrics.py
test_phone_home.py
test_server.py
test_state.py
test_terms_auth.py
test_test_utils.py
test_types.py
test_visibility.py
unittest.py
utils.py