From 83bb893a0b636a1612db9c9f238940585ea484c4 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 14 Jan 2022 00:44:35 +0000 Subject: [PATCH] feat: update matrix .well-known files --- .well-known/matrix/client | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.well-known/matrix/client b/.well-known/matrix/client index 69ac8b5..29daec2 100644 --- a/.well-known/matrix/client +++ b/.well-known/matrix/client @@ -12,5 +12,13 @@ }, "im.vector.riot.e2ee": { "default": true + }, + "m.integrations": { + "managers": [ + { + "api_url": "https://dimension.bah.io/api/v1/scalar", + "ui_url": "https://dimension.bah.io/element" + } + ] } } \ No newline at end of file