MatrixSynapse/synapse/rest/client
Patrick Cloke c3e4edb4d6
Stabilize the threads API. (#14175)
Stabilize the threads API (MSC3856) by supporting (only) the v1
path for the endpoint.

This also marks the API as safe for workers since it is a read-only
API.
2022-10-14 07:16:50 -04:00
..
__init__.py
_base.py
account.py Last batch of Pydantic for synapse/rest/client/account.py (#13832) 2022-09-21 22:23:44 +01:00
account_data.py
account_validity.py
auth.py
capabilities.py
devices.py Use Pydantic to validate /devices endpoints (#14054) 2022-10-07 13:54:07 +01:00
directory.py
events.py
filter.py
initial_sync.py
keys.py
knock.py
login.py Allow admins to require a manual approval process before new accounts can be used (using MSC3866) (#13556) 2022-09-29 15:23:24 +02:00
login_token_request.py Expose MSC3882 only be under an unstable endpoint. (#13868) 2022-09-29 07:22:27 -04:00
logout.py
models.py
mutual_rooms.py
notifications.py
openid.py
password_policy.py
presence.py
profile.py
push_rule.py
pusher.py
read_marker.py Accept & store thread IDs for receipts (implement MSC3771). (#13782) 2022-09-23 14:33:28 +00:00
receipts.py Use stable identifiers for MSC3771 & MSC3773. (#14050) 2022-10-07 09:26:40 -04:00
register.py Allow admins to require a manual approval process before new accounts can be used (using MSC3866) (#13556) 2022-09-29 15:23:24 +02:00
relations.py Stabilize the threads API. (#14175) 2022-10-14 07:16:50 -04:00
report_event.py
room.py Add query parameter `ts` to allow appservices set the `origin_server_ts` for state events. (#11866) 2022-10-03 13:30:45 +00:00
room_batch.py
room_keys.py
room_upgrade_rest_servlet.py
sendtodevice.py
sync.py Use stable identifiers for MSC3771 & MSC3773. (#14050) 2022-10-07 09:26:40 -04:00
tags.py
thirdparty.py
tokenrefresh.py
transactions.py
user_directory.py
versions.py Use stable identifiers for MSC3771 & MSC3773. (#14050) 2022-10-07 09:26:40 -04:00
voip.py