MatrixSynapse/synapse/rest/client
Patrick Cloke 379f2650cf
Bundle relations of relations into the `/relations` result. (#11284)
Per updates to MSC2675 which now states that bundled
aggregations should be included from the `/relations`
endpoint.
2021-11-30 11:33:33 -05:00
..
__init__.py
_base.py Add support for `/_matrix/client/v3` APIs (#11318) 2021-11-16 14:47:58 +01:00
account.py
account_data.py
account_validity.py
auth.py
capabilities.py
devices.py
directory.py
events.py
filter.py
groups.py
initial_sync.py
keys.py Add support for `/_matrix/client/v3` APIs (#11318) 2021-11-16 14:47:58 +01:00
knock.py
login.py Update MSC2918 refresh token support to confirm with the latest revision: accept the `refresh_tokens` parameter in the request body rather than in the URL parameters. (#11430) 2021-11-26 19:06:16 +00:00
logout.py
notifications.py
openid.py
password_policy.py
presence.py
profile.py
push_rule.py
pusher.py
read_marker.py
receipts.py Require body for read receipts with user-agent exceptions (#11157) 2021-11-09 10:26:07 +00:00
register.py Update MSC2918 refresh token support to confirm with the latest revision: accept the `refresh_tokens` parameter in the request body rather than in the URL parameters. (#11430) 2021-11-26 19:06:16 +00:00
relations.py Bundle relations of relations into the `/relations` result. (#11284) 2021-11-30 11:33:33 -05:00
report_event.py
room.py Support the stable /hierarchy endpoint from MSC2946 (#11329) 2021-11-29 14:32:20 -05:00
room_batch.py Rename to more clear `get_insertion_event_id_by_batch_id` (MSC2716) (#11244) 2021-11-08 21:21:10 -06:00
room_keys.py
room_upgrade_rest_servlet.py
sendtodevice.py
shared_rooms.py
sync.py Refactor the code to inject bundled relations during serialization. (#11408) 2021-11-23 06:43:56 -05:00
tags.py
thirdparty.py
tokenrefresh.py
transactions.py
user_directory.py
versions.py Support Client-Server API r0.6.1 (#11097) 2021-11-01 13:28:39 +00:00
voip.py