From 9860ac6b75764e2f04ef56b7eb0a8b54809c9eb7 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 25 Jun 2021 10:59:16 +0100 Subject: [PATCH] Add libera.chat to default 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 037335a..7b6b643 100644 --- a/element.io/nightly/config.json +++ b/element.io/nightly/config.json @@ -22,7 +22,8 @@ "roomDirectory": { "servers": [ "matrix.org", - "gitter.im" + "gitter.im", + "libera.chat" ] }, "enable_presence_by_hs_url": { diff --git a/element.io/release/config.json b/element.io/release/config.json index 5f45c64..714cedc 100644 --- a/element.io/release/config.json +++ b/element.io/release/config.json @@ -16,7 +16,8 @@ "roomDirectory": { "servers": [ "matrix.org", - "gitter.im" + "gitter.im", + "libera.chat" ] }, "showLabsSettings": false,