MatrixSynapse/synapse/federation
Patrick Cloke c4cf0c0473
Attempt to pull from the legacy spaces summary API over federation. (#10583)
If the new /hierarchy API does not exist on all destinations,
fallback to querying the /spaces API and translating the results.

This is a backwards compatibility hack since not all of the
federated homeservers will update at the same time.
2021-08-17 08:19:12 -04:00
..
sender
transport Validate the max_rooms_per_space parameter to ensure it is non-negative. (#10611) 2021-08-16 12:01:30 -04:00
__init__.py
federation_base.py
federation_client.py Attempt to pull from the legacy spaces summary API over federation. (#10583) 2021-08-17 08:19:12 -04:00
federation_server.py
persistence.py
send_queue.py
units.py