mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 07:56:51 +00:00
1 line
No EOL
247 B
Text
1 line
No EOL
247 B
Text
Remove the unspecced `DELETE /directory/list/room/{roomId}` endpoint, which hid rooms from the [public room directory](https://spec.matrix.org/v1.3/client-server-api/#listing-rooms). Instead, `PUT` to the same URL with a visibility of `"private"`. |