MatrixSynapse/synapse/federation
Richard van der Hoff c186fda086 Consistently use room_id from federation request body
Some federation APIs have a redundant `room_id` path param (see
https://github.com/matrix-org/matrix-doc/issues/2330). We should make sure we
consistently use either the path param or the body param, and the body param is
easier.
2020-11-18 12:47:49 +00:00
..
sender
transport Consistently use room_id from federation request body 2020-11-18 12:47:49 +00:00
__init__.py
federation_base.py
federation_client.py
federation_server.py Consistently use room_id from federation request body 2020-11-18 12:47:49 +00:00
persistence.py
send_queue.py
units.py