From f2acc7430dc6865ec6ac847339a8c6c8b69962b8 Mon Sep 17 00:00:00 2001 From: Backslash Date: Thu, 26 Sep 2024 18:53:49 +1000 Subject: [PATCH] Create well_known_element.json.j2 --- .../matrix-element-call/templates/well_known_element.json.j2 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 roles/custom/matrix-element-call/templates/well_known_element.json.j2 diff --git a/roles/custom/matrix-element-call/templates/well_known_element.json.j2 b/roles/custom/matrix-element-call/templates/well_known_element.json.j2 new file mode 100644 index 000000000..eae63cf83 --- /dev/null +++ b/roles/custom/matrix-element-call/templates/well_known_element.json.j2 @@ -0,0 +1,5 @@ +{ + "call": { + "widget_url": "https://{{ matrix_element_call_domain }}" + } +}