feat(services/synapse): disable whitelist
Some checks failed
Nix CI / build (push) Failing after 47s

This commit is contained in:
Rustam Efimov 2026-04-14 19:15:59 +03:00
parent fe9f49aa9c
commit 04d16f258f
No known key found for this signature in database

View file

@ -59,7 +59,6 @@ mkIf enable {
enable_registration_without_verification = false; enable_registration_without_verification = false;
allow_public_rooms_over_federation = true; allow_public_rooms_over_federation = true;
federation_domain_whitelist = null;
allow_public_rooms_without_auth = true; allow_public_rooms_without_auth = true;