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,