From 1167e1ec13ab3f9e64a1ac35eabb0a392551baf4 Mon Sep 17 00:00:00 2001 From: wjbeckett Date: Mon, 30 Sep 2024 11:17:34 +1000 Subject: [PATCH] fix: changed matrix server name to matrix domain in element-call config. --- roles/custom/matrix-element-call/templates/config.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/custom/matrix-element-call/templates/config.json.j2 b/roles/custom/matrix-element-call/templates/config.json.j2 index 7c75144e3..3dc7f0e8a 100644 --- a/roles/custom/matrix-element-call/templates/config.json.j2 +++ b/roles/custom/matrix-element-call/templates/config.json.j2 @@ -2,7 +2,7 @@ "default_server_config": { "m.homeserver": { "base_url": "{{ matrix_homeserver_url }}", - "server_name": "{{ matrix_server_name }}" + "server_name": "{{ matrix_domain }}" } }, "livekit": {