diff --git a/static/.well-known/matrix/client b/static/.well-known/matrix/client index dac7bb8..7109426 100644 --- a/static/.well-known/matrix/client +++ b/static/.well-known/matrix/client @@ -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" + } + ] } -} +} \ No newline at end of file