From 26427801d2d072e23ac7a6a134986af4f30020b3 Mon Sep 17 00:00:00 2001
From: Sergio Vergata <sergio.vergata@h-da.de>
Date: Sun, 25 Feb 2024 08:08:06 +0000
Subject: [PATCH] Update file Element.js

---
 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 9787695..403d5db 100644
--- a/src/open/clients/Element.js
+++ b/src/open/clients/Element.js
@@ -18,6 +18,7 @@ import {Maturity, Platform, LinkKind,
     FDroidLink, AppleStoreLink, PlayStoreLink, WebsiteLink} from "../types.js";
 
 const trustedWebInstances = [
+    "chat.fbi.h-da.de", //Introduced new default
     "app.element.io",   // first one is the default one
     "develop.element.io",
     "chat.fedoraproject.org",
-- 
GitLab