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

@ -24,6 +24,12 @@
user_ips_max_age = null; user_ips_max_age = null;
allow_device_name_lookup_over_federation = true; 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 = { federation = {
client_timeout = "60s"; client_timeout = "60s";
max_short_retries = 6; max_short_retries = 6;
@ -95,7 +101,7 @@
password = "somepassword"; password = "somepassword";
database = "matrix-synapse"; database = "matrix-synapse";
host = "127.0.0.1"; host = "127.0.0.1";
application_name = "matrix-synapse (liteniet.tel)"; application_name = "matrix-synapse (litenet.tel)";
cp_min = 5; cp_min = 5;
cp_max = 50; cp_max = 50;
#cp_reconnect_interval = "True"; #cp_reconnect_interval = "True";