Mention optional serverside filters

This commit is contained in:
Johannes Marbach 2025-03-21 15:27:04 +01:00
parent 03c96e505b
commit 2933ab5f52

View file

@ -2858,6 +2858,10 @@ in the directory, too.
Similarly, a visibility setting of `public` does not necessarily imply a `world_readable`
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 %}}
{{% http-api spec="client-server" api="list_public_rooms" %}}