mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-17 00:44:09 +01:00
Mention optional serverside filters
This commit is contained in:
parent
03c96e505b
commit
2933ab5f52
|
|
@ -2858,6 +2858,10 @@ in the directory, too.
|
||||||
|
|
||||||
Similarly, a visibility setting of `public` does not necessarily imply a `world_readable`
|
Similarly, a visibility setting of `public` does not necessarily imply a `world_readable`
|
||||||
history visibility.
|
history visibility.
|
||||||
|
|
||||||
|
To increase performance, servers MAY apply additional filters when listing the
|
||||||
|
directory, for instance, by automatically excluding rooms with `invite` join rules
|
||||||
|
that are not `world_readable` regarless of their visibility.
|
||||||
{{% /boxes/warning %}}
|
{{% /boxes/warning %}}
|
||||||
|
|
||||||
{{% http-api spec="client-server" api="list_public_rooms" %}}
|
{{% http-api spec="client-server" api="list_public_rooms" %}}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue