synapse/tests/rest/admin
Shay e34fd1228d
Add the ability to filter by state event type on admin room state endpoint (#18035)
Adds a query param `type` to `/_synapse/admin/v1/rooms/{room_id}/state`
that filters the state event query by state event type.

---------

Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
2025-01-08 15:38:26 +00:00
..
__init__.py
test_admin.py
test_background_updates.py
test_device.py
test_event_reports.py Add some useful endpoints to Admin API (#17948) 2024-12-16 13:27:34 -06:00
test_federation.py
test_jwks.py
test_media.py
test_registration_tokens.py
test_room.py Add the ability to filter by state event type on admin room state endpoint (#18035) 2025-01-08 15:38:26 +00:00
test_server_notice.py
test_statistics.py
test_user.py Add a test to verify remote user messages can be redacted via admin api redaction endpoint if requester is admin in room (#18043) 2025-01-03 12:52:42 +00:00
test_username_available.py