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