Skip to main content

Module list_rooms

Module list_rooms 

Source

Functionsยง

admin_list_rooms_route ๐Ÿ”’
GET /_synapse/admin/v1/rooms
enum_key ๐Ÿ”’
Projects an optional string enum to a comparable key.
matches_empty ๐Ÿ”’
matches_public ๐Ÿ”’
matches_search ๐Ÿ”’
Matches a room against the search term: the name and canonical alias by case-insensitive substring, but the room id by exact equality.
sort_rooms ๐Ÿ”’
Orders rooms ascending by the requested column, tiebreaking on room id for deterministic pagination. The deprecated Alphabetical and Size aliases resolve to their current columns.