MatrixSynapse/synapse/federation
David Robertson 5b3af1c7d0
Stabilise serving partial join responses (#14839)
Serving partial join responses is no longer experimental. They will only be served under the stable identifier if the the undocumented config flag experimental.msc3706_enabled is set to true.

Synapse continues to request a partial join only if the undocumented config flag experimental.faster_joins is set to true; this setting remains present and unaffected.
2023-01-17 12:44:15 +00:00
..
sender Improve logging and opentracing for to-device message handling (#14598) 2022-12-06 09:52:55 +00:00
transport Stabilise serving partial join responses (#14839) 2023-01-17 12:44:15 +00:00
__init__.py
federation_base.py
federation_client.py Add parameter to control whether we do a partial state join (#14843) 2023-01-16 23:15:17 +00:00
federation_server.py Also use stable name in SendJoinResponse struct (#14841) 2023-01-16 12:40:25 +00:00
persistence.py
send_queue.py
units.py