Disable room list publication by default (#18175)

This is in line with our general policy of ensuring that the default
config is reasonably locked down.

SyTest PR to fix tests: https://github.com/matrix-org/sytest/pull/1396
This commit is contained in:
Erik Johnston
2025-02-24 13:06:16 +01:00
committed by GitHub
parent 8fd7148e6a
commit b2a187f49b
9 changed files with 49 additions and 5 deletions

View File

@@ -139,4 +139,9 @@ caches:
sync_response_cache_duration: 0
# Complement assumes that it can publish to the room list by default.
room_list_publication_rules:
- action: allow
{% include "shared-orig.yaml.j2" %}