synapse-product/synapse/federation
Richard van der Hoff 856c83f5f8
Avoid rebuilding Edu objects in worker mode (#4770)
In worker mode, on the federation sender, when we receive an edu for sending
over the replication socket, it is parsed into an Edu object. There is no point
extracting the contents of it so that we can then immediately build another Edu.
2019-03-04 12:57:44 +00:00
..
transport Make 'event_id' a required parameter in federated state requests (#4741) 2019-02-27 14:35:47 -08:00
__init__.py Remove unused ReplicationLayer 2018-03-13 11:00:04 +00:00
federation_base.py No vdh tests! 2019-01-29 23:11:48 +00:00
federation_client.py MSC 1866 - Use M_UNSUPPORTED_ROOM_VERSION for invite API 2019-02-23 14:50:43 +00:00
federation_server.py When presence is enabled don't send over replication 2019-02-27 13:53:46 +00:00
persistence.py Fix origin handling for pushed transactions 2018-09-05 13:08:07 +01:00
send_queue.py Avoid rebuilding Edu objects in worker mode (#4770) 2019-03-04 12:57:44 +00:00
transaction_queue.py Avoid rebuilding Edu objects in worker mode (#4770) 2019-03-04 12:57:44 +00:00
units.py Clean up event accesses and tests 2018-11-02 13:44:14 +00:00