Matrix autojoin, update deps
This commit is contained in:
parent
72e888ca97
commit
4814a67485
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
|
@ -24,6 +24,12 @@
|
|||
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";
|
||||
max_short_retries = 6;
|
||||
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue