Skip to main content

Module rooms

Module rooms 

Source
Expand description

Synapse admin API: room endpoints.

ModulesΒ§

block πŸ”’
context πŸ”’
delete_room πŸ”’
delete_status πŸ”’
forward_extremities πŸ”’
hierarchy πŸ”’
join πŸ”’
list_rooms πŸ”’
make_room_admin πŸ”’
messages πŸ”’
purge_history πŸ”’
room_details πŸ”’
room_members πŸ”’
state πŸ”’
timestamp_to_event πŸ”’

ConstantsΒ§

DELETE_ROOM_ACTION πŸ”’
Action name recorded for the async room-shutdown task, mirroring Synapse’s SHUTDOWN_AND_PURGE_ROOM. The delete-status endpoints filter on it.
PURGE_HISTORY_ACTION πŸ”’
Action name recorded for the history-purge task, filtered on by the purge-status endpoint.

FunctionsΒ§

count_to_uint πŸ”’
room_row πŸ”’
Assembles the shared per-room summary row returned by both the room-list and room-details endpoints.
state_event_count πŸ”’
usize_to_uint πŸ”’