1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-24 12:21:09 +00:00

Pull Matrix server configuration (#1656)

This commit is contained in:
2022-08-18 11:46:56 -05:00
committed by GitHub
parent 605b0fd954
commit a7505190d4
3 changed files with 6 additions and 16 deletions

View File

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

View File

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