You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: proposals/3827-space-explore.md
+5
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,11 @@ in the `room_types` array. If the `room_types` filter is not specified or the
52
52
`room_types` array is empty, the server should return _all_ rooms no matter the
53
53
type.
54
54
55
+
The same API shape is added to the Server-Server API for the [public room directory](https://spec.matrix.org/v1.3/server-server-api/#public-room-directory),
56
+
allowing servers to proxy the request over federation if needed. Note that the
57
+
remote server might not support this filtering mechanism - the local server should
0 commit comments