MatrixSynapse/synapse/federation
Patrick Cloke f4833e0c06
Support fetching the spaces summary via GET over federation. (#9947)
Per changes in MSC2946, the C-S and S-S APIs for spaces summary
should use GET requests.

Until this is stable, the POST endpoints still exist.

This does not switch federation requests to use the GET version yet
since it is newly added and already deployed servers might not support
it. When switching to the stable endpoint we should switch to GET
requests.
2021-05-11 12:21:43 -04:00
..
sender Add debug logging for issue #9533 (#9959) 2021-05-11 11:04:03 +01:00
transport Support fetching the spaces summary via GET over federation. (#9947) 2021-05-11 12:21:43 -04:00
__init__.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
federation_base.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
federation_client.py Pass errors back to the client when trying multiple federation destinations. (#9868) 2021-04-27 07:30:34 -04:00
federation_server.py Fix `m.room_key_request` to-device messages (#9961) 2021-05-11 11:02:56 +01:00
persistence.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00
send_queue.py Fix (final) Bugbear violations (#9838) 2021-04-20 11:50:49 +01:00
units.py Remove redundant "coding: utf-8" lines (#9786) 2021-04-14 15:34:27 +01:00