7
1
mirror of https://gitlab.com/ansol/web-ansol.org.git synced 2024-11-23 06:33:15 +00:00

Actualiza matrix well known client

This commit is contained in:
Hugo Peixoto 2024-11-19 18:32:55 +00:00
parent 0d24c4b725
commit b4a4836410

View File

@ -1,30 +1,31 @@
{ {
"im.vector.riot.e2ee": { "cc.etke.synapse-admin": {
"default": true "asManagedUsers": [
}, "^@bot\\.matrix\\-reminder\\-bot:ansol\\.org$",
"im.vector.riot.jitsi": { "^@telegrambot:ansol\\.org$",
"preferredDomain": "jitsi.ansol.org" "^@telegram_[a-zA-Z0-9]+:ansol\\.org$"
],
"menu": [],
"restrictBaseUrl": [
"https://matrix.ansol.org"
],
"supportURL": ""
}, },
"io.element.e2ee": { "im.vector.riot.jitsi": {
"default": true, "preferredDomain": "jitsi.ansol.org"
"secure_backup_required": false,
"secure_backup_setup_methods": []
}, },
"io.element.jitsi": { "io.element.jitsi": {
"preferredDomain": "jitsi.ansol.org" "preferredDomain": "jitsi.ansol.org"
}, },
"m.homeserver": { "m.homeserver": {
"base_url": "https://matrix.ansol.org" "base_url": "https://matrix.ansol.org"
},
"m.identity_server": {
"base_url": "https://matrix.ansol.org"
}, },
"m.integrations": { "m.integrations": {
"managers": [ "managers": [
{ {
"api_url": "https://dimension.ansol.org/api/v1/scalar", "api_url": "https://dimension.ansol.org/api/v1/scalar",
"ui_url": "https://dimension.ansol.org/element" "ui_url": "https://dimension.ansol.org/element"
} }
] ]
} }
} }