From b7c31f17b5bf6b6f3493c8606983c1307b89887d Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 4 Dec 2020 11:01:33 +0000 Subject: [PATCH] Add gitter.im to room directory --- element.io/nightly/config.json | 3 ++- element.io/release/config.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/element.io/nightly/config.json b/element.io/nightly/config.json index 2cf4ec8..71cc053 100644 --- a/element.io/nightly/config.json +++ b/element.io/nightly/config.json @@ -25,7 +25,8 @@ }, "roomDirectory": { "servers": [ - "matrix.org" + "matrix.org", + "gitter.im" ] }, "enable_presence_by_hs_url": { diff --git a/element.io/release/config.json b/element.io/release/config.json index a46e4c5..5f45c64 100644 --- a/element.io/release/config.json +++ b/element.io/release/config.json @@ -15,7 +15,8 @@ "bug_report_endpoint_url": "https://element.io/bugreports/submit", "roomDirectory": { "servers": [ - "matrix.org" + "matrix.org", + "gitter.im" ] }, "showLabsSettings": false,