synapse-old/synapse/rest/client
Patrick Cloke 07b1c70d6b
Initial implementation of MSC3981: recursive relations API (#15315)
Adds an optional keyword argument to the /relations API which
will recurse a limited number of event relationships.

This will cause the API to return not just the events related to the
parent event, but also events related to those related to the parent
event, etc.

This is disabled by default behind an experimental configuration
flag and is currently implemented using prefixed parameters.
2023-05-02 07:59:55 -04:00
..
__init__.py
_base.py
account.py
account_data.py
account_validity.py
appservice_ping.py
auth.py
capabilities.py Load `/capabilities` endpoint on workers (#15436) 2023-04-14 12:26:07 -04:00
devices.py
directory.py Load `/directory/room/{roomAlias}` endpoint on workers (#15333) 2023-04-14 10:24:06 +01:00
events.py
filter.py Add column `full_user_id` to tables `profiles` and `user_filters`. (#15458) 2023-04-26 16:03:26 -07:00
initial_sync.py
keys.py Add support for claiming multiple OTKs at once. (#15468) 2023-04-27 12:57:46 -04:00
knock.py
login.py Only load the SSO redirect servlet if SSO is enabled. (#15421) 2023-04-13 13:08:00 +00:00
login_token_request.py
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
receipts.py
register.py
relations.py Initial implementation of MSC3981: recursive relations API (#15315) 2023-05-02 07:59:55 -04:00
rendezvous.py
report_event.py
room.py Implement MSC2174: move redacts to a content property. (#15395) 2023-04-13 13:47:07 +00:00
room_batch.py
room_keys.py
room_upgrade_rest_servlet.py
sendtodevice.py
sync.py
tags.py
thirdparty.py
tokenrefresh.py
transactions.py Experimental support for MSC3970: per-device transaction IDs (#15318) 2023-04-25 09:37:09 +01:00
user_directory.py
versions.py
voip.py