From c22b2f942b3d831337234280a5245c0bb723bc77 Mon Sep 17 00:00:00 2001
From: Twilight Sparkle <19155609+Twi1ightSparkle@users.noreply.github.com>
Date: Fri, 17 Sep 2021 10:11:07 +0100
Subject: [PATCH] Added chat.fedoraproject.org to list of trusted Elements

---
 src/open/clients/Element.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/open/clients/Element.js b/src/open/clients/Element.js
index 4cb235a..0d54946 100644
--- a/src/open/clients/Element.js
+++ b/src/open/clients/Element.js
@@ -20,6 +20,7 @@ import {Maturity, Platform, LinkKind,
 const trustedWebInstances = [
     "app.element.io",   // first one is the default one
     "develop.element.io",
+    "chat.fedoraproject.org",
     "chat.fosdem.org",
     "chat.mozilla.org",
     "webchat.kde.org",
-- 
GitLab