matrix: Enable MSC4108 to allow Signing in with QR Code
All checks were successful
Flake checks / Check (pull_request) Successful in 23m14s
All checks were successful
Flake checks / Check (pull_request) Successful in 23m14s
This commit is contained in:
parent
10f71b1959
commit
ae41fad244
|
@ -124,6 +124,9 @@ in
|
||||||
enable_room_list_search = true;
|
enable_room_list_search = true;
|
||||||
encryption_enabled_by_default_for_room_type = "off";
|
encryption_enabled_by_default_for_room_type = "off";
|
||||||
event_cache_size = "100K";
|
event_cache_size = "100K";
|
||||||
|
experimental = {
|
||||||
|
msc4108_enabled = true;
|
||||||
|
};
|
||||||
federation_rr_transactions_per_room_per_second = 50;
|
federation_rr_transactions_per_room_per_second = 50;
|
||||||
federation_client_minimum_tls_version = "1.2";
|
federation_client_minimum_tls_version = "1.2";
|
||||||
forget_rooms_on_leave = true;
|
forget_rooms_on_leave = true;
|
||||||
|
|
Loading…
Reference in a new issue