matrix: Enable MSC4108 to allow signing in with QR Code #274

Merged
teutat3s merged 2 commits from matrix-rendezvous-server-attempt-2 into main 2024-11-21 09:44:59 +00:00
Showing only changes of commit 90c8072f92 - Show all commits

View file

@ -24,14 +24,6 @@ let
secure_backup_required = false; secure_backup_required = false;
secure_backup_setup_methods = [ ]; secure_backup_setup_methods = [ ];
}; };
"m.integrations" = {
managers = [
{
api_url = "https://dimension.${domain}/api/v1/scalar";
ui_url = "https://dimension.${domain}/element";
}
];
};
}; };
wellKnownServer = domain: { "m.server" = "matrix.${domain}:8448"; }; wellKnownServer = domain: { "m.server" = "matrix.${domain}:8448"; };
wellKnownSupport = { wellKnownSupport = {