mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
b60bb28bbc
This could arguably replace the existing admin API for `/members`, however that is out of scope of this change. This sort of endpoint is ideal for moderation use cases as well as other applications, such as needing to retrieve various bits of information about a room to perform a task (like syncing power levels between two places). This endpoint exposes nothing more than an admin would be able to access with a `select *` query on their database. |
||
---|---|---|
.. | ||
__init__.py | ||
_base.py | ||
devices.py | ||
event_reports.py | ||
groups.py | ||
media.py | ||
purge_room_servlet.py | ||
rooms.py | ||
server_notice_servlet.py | ||
statistics.py | ||
users.py |