Update Matrix .well-known configuration

This commit is contained in:
Jonah Aragon 2022-08-17 12:05:10 -05:00
parent 61acc755c6
commit e32404f85a
No known key found for this signature in database
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,13 @@
{
"im.vector.riot.e2ee": {
"default": true
},
"io.element.e2ee": {
"default": true,
"secure_backup_required": false,
"secure_backup_setup_methods": []
},
"m.homeserver": {
"base_url": "https://dendrite-client.privacyguides.org"
"base_url": "https://matrix.privacyguides.org"
}
}

View File

@ -1,3 +1,3 @@
{
"m.server": "dendrite-federation.privacyguides.org:443"
"m.server": "matrix.privacyguides.org:8448"
}