From f8a528cf8a11f4617fca5610e5badf3537fab7bf Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Wed, 27 Sep 2023 13:15:06 +0000 Subject: [PATCH] Add Element X Ignition support for Matrix We received a notification from Element Matrix Services recommending we make this change in order to support the new Element X mobile client. More info: https://element.io/blog/element-x-ignition/ Change-Id: Ieaa3bc7c5c6e397de4c1a63a2b67a150dff1f8e2 --- playbooks/roles/gitea/files/matrix-client | 3 +++ 1 file changed, 3 insertions(+) diff --git a/playbooks/roles/gitea/files/matrix-client b/playbooks/roles/gitea/files/matrix-client index a720714315..35efc8c780 100644 --- a/playbooks/roles/gitea/files/matrix-client +++ b/playbooks/roles/gitea/files/matrix-client @@ -4,5 +4,8 @@ }, "m.identity_server": { "base_url": "https://vector.im" + }, + "org.matrix.msc3575.proxy": { + "url": "https://opendev.ems.host" } }