MatrixSynapse/synapse/rest/admin
Richard van der Hoff b1ecd19c5d
Fix 'delete room' admin api to work on incomplete rooms (#11523)
If, for some reason, we don't have the create event, we should still be able to
purge a room.
2021-12-07 11:37:54 +00:00
..
__init__.py Add admin API to get some information about federation status (#11407) 2021-12-06 16:59:50 +00:00
_base.py
background_updates.py
devices.py
event_reports.py
federation.py Add admin API to get some information about federation status (#11407) 2021-12-06 16:59:50 +00:00
groups.py
media.py Convert status codes to `HTTPStatus` in `synapse.rest.admin` (#11452) 2021-11-29 22:19:45 +00:00
registration_tokens.py
rooms.py Fix 'delete room' admin api to work on incomplete rooms (#11523) 2021-12-07 11:37:54 +00:00
server_notice_servlet.py
statistics.py
username_available.py
users.py