Matrix autojoin, update deps

This commit is contained in:
Rory& 2024-12-07 19:35:47 +01:00
parent 72e888ca97
commit 4814a67485
2 changed files with 7 additions and 1 deletions

Binary file not shown.

View file

@ -23,6 +23,12 @@
redaction_retention_period = null;
user_ips_max_age = null;
allow_device_name_lookup_over_federation = true;
autocreate_auto_join_rooms = false; # This is enabled by default...
auto_join_rooms = [
"#litenet:litenet.tel"
"#chat:litenet.tel"
];
federation = {
client_timeout = "60s";
@ -95,7 +101,7 @@
password = "somepassword";
database = "matrix-synapse";
host = "127.0.0.1";
application_name = "matrix-synapse (liteniet.tel)";
application_name = "matrix-synapse (litenet.tel)";
cp_min = 5;
cp_max = 50;
#cp_reconnect_interval = "True";