MatrixSynapse/synapse/rest/client/v2_alpha
Brendan Abolivier e8a3e81402
Don't fail on empty bodies when sending out read receipts (#10531)
Fixes a bug introduced in rc1 that would cause Synapse to 400 on read receipts requests with empty bodies.

Broken in #10413
2021-08-04 16:13:24 +02:00
..
__init__.py
_base.py
account.py Support MSC2033: Device ID on whoami (#9918) 2021-07-27 05:28:20 +00:00
account_data.py
account_validity.py Add a module type for account validity (#9884) 2021-07-16 18:11:53 +02:00
auth.py
capabilities.py MSC3244 room capabilities implementation (#10283) 2021-07-20 12:59:23 +01:00
devices.py
filter.py
groups.py
keys.py Add a return type to parse_string. (#10438) 2021-07-21 09:47:56 -04:00
knock.py
notifications.py
openid.py
password_policy.py
read_marker.py Support for MSC2285 (hidden read receipts) (#10413) 2021-07-28 10:05:11 +02:00
receipts.py Don't fail on empty bodies when sending out read receipts (#10531) 2021-08-04 16:13:24 +02:00
register.py MSC2918 Refresh tokens implementation (#9450) 2021-06-24 14:33:20 +01:00
relations.py Add a return type to parse_string. (#10438) 2021-07-21 09:47:56 -04:00
report_event.py
room_keys.py
room_upgrade_rest_servlet.py
sendtodevice.py Use inline type hints in `handlers/` and `rest/`. (#10382) 2021-07-16 18:22:36 +01:00
shared_rooms.py
sync.py Merge branch 'master' into develop 2021-07-23 09:03:19 +01:00
tags.py
thirdparty.py
tokenrefresh.py
user_directory.py