matrix: Enable MSC4108 to allow Signing in with QR Code

Enable MSC3266 room summary API to enable room previews

Co-authored-by: teutat3s <teutates@mailbox.org>
This commit is contained in:
Akshay Mankar 2024-11-20 23:28:20 +05:30 committed by teutat3s
parent 10f71b1959
commit 5076266842
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
3 changed files with 11 additions and 0 deletions

View file

@ -124,6 +124,17 @@ in
enable_room_list_search = true;
encryption_enabled_by_default_for_room_type = "off";
event_cache_size = "100K";
# https://github.com/element-hq/synapse/issues/11203
# No YAML deep-merge, so this needs to be in secret extraConfigFiles
# together with msc3861
#experimental_features = {
# # Room summary API
# msc3266_enabled = true;
# # Rendezvous server for QR Code generation
# msc4108_enabled = true;
#};
federation_rr_transactions_per_room_per_second = 50;
federation_client_minimum_tls_version = "1.2";
forget_rooms_on_leave = true;