1
Fork 0
mirror of https://github.com/RGBCube/ncc synced 2025-07-28 10:37:44 +00:00

matrix: allow everyone to see public rooms and delete stale devices

This commit is contained in:
RGBCube 2025-06-08 21:33:35 +03:00
parent 78c01df6de
commit 9c581803d3
Signed by: RGBCube
SSH key fingerprint: SHA256:CzqbPcfwt+GxFYNnFVCqoN5Itn4YFrshg1TrnACpA5M

View file

@ -63,11 +63,15 @@ in {
enable_metrics = true;
metrics_flags.known_servers = true;
allow_public_rooms_without_auth = true;
allow_public_rooms_over_federation = true;
url_preview_enabled = true;
dynamic_thumbnails = true;
enable_registration = false; # Setting it explicitly just in case.
expire_access_token = true;
delete_stale_devices_after = "30d";
# Trusting Matrix.org.
suppress_key_server_warning = true;