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:
parent
78c01df6de
commit
9c581803d3
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue