MatrixSynapse/synapse/rest/client/v1
Richard van der Hoff 51c9d9ed65 Add /room/{id}/event/{id} to synapse
Turns out that there is a valid usecase for retrieving event by id (notably
having received a push), but event ids should be scoped to room, so /event/{id}
is wrong.
2018-01-09 14:39:12 +00:00
..
__init__.py
admin.py
base.py
directory.py
events.py
initial_sync.py
login.py Better logging when login can't find a 3pid 2017-12-20 19:31:00 +00:00
logout.py Delete devices in various logout situations 2017-11-29 16:44:35 +00:00
presence.py
profile.py
push_rule.py
pusher.py
register.py
room.py Add /room/{id}/event/{id} to synapse 2018-01-09 14:39:12 +00:00
voip.py