Don't host /.well-known/element/element.json file when Element Call is enabled

Various old guides mention this, but it seems like neither Element Web,
nor Element Desktop make use of it.

Element Web & Element Desktop use their own `config.json` configuration to figure out where
Element Call is.
This commit is contained in:
Slavi Pantaleev
2025-03-17 17:09:56 +02:00
parent e3b4128278
commit a32eec757b
7 changed files with 6 additions and 134 deletions

View File

@ -1,7 +0,0 @@
{
{% if matrix_static_files_file_element_element_json_property_call_widget_url %}
"call": {
"widget_url": {{ matrix_static_files_file_element_element_json_property_call_widget_url | to_json }}
}
{% endif %}
}

View File

@ -1,4 +0,0 @@
SPDX-FileCopyrightText: 2024 wjbeckett
SPDX-FileCopyrightText: 2024 Slavi Pantaleev
SPDX-License-Identifier: AGPL-3.0-or-later