From aef2ffb01bf2834e314a4fa4229b04083cc1c5b2 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 4 Dec 2020 11:00:38 +0000 Subject: [PATCH] Add gitter.im to room directory --- element.io/app/config.json | 3 ++- element.io/develop/config.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/element.io/app/config.json b/element.io/app/config.json index c8867d3dd6..0f6266ba74 100644 --- a/element.io/app/config.json +++ b/element.io/app/config.json @@ -20,7 +20,8 @@ }, "roomDirectory": { "servers": [ - "matrix.org" + "matrix.org", + "gitter.im" ] }, "enable_presence_by_hs_url": { diff --git a/element.io/develop/config.json b/element.io/develop/config.json index 02ce3822c9..9916e853d2 100644 --- a/element.io/develop/config.json +++ b/element.io/develop/config.json @@ -24,7 +24,8 @@ }, "roomDirectory": { "servers": [ - "matrix.org" + "matrix.org", + "gitter.im" ] }, "enable_presence_by_hs_url": {