Skip to content
Prev Previous commit
Next Next commit
Mention optional serverside filters
  • Loading branch information
Johennes committed Mar 21, 2025
commit 2933ab5f527fb073629cb17f4d75a12cc00766af
4 changes: 4 additions & 0 deletions content/client-server-api/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2858,6 +2858,10 @@

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.

Check warning on line 2864 in content/client-server-api/_index.md

View workflow job for this annotation

GitHub Actions / Spell Check with Typos

"regarless" should be "regardless".
{{% /boxes/warning %}}

{{% http-api spec="client-server" api="list_public_rooms" %}}
Expand Down
Loading