fix emplacement config jitsi

element-jitsi
Lzebulon 2025-08-03 18:54:18 +02:00
parent 16f922ad1e
commit 54e174aab7
No known key found for this signature in database
GPG Key ID: D6CDAB8050CBBE7D
1 changed files with 5 additions and 5 deletions

View File

@ -13,11 +13,6 @@
base_url = "https://matrix.crans.org/";
server_name = "crans.org";
};
# https://github.com/element-hq/element-web/blob/develop/docs/jitsi.md
"jitsi" = {
"preferred_domain" = "jitsi.crans.org";
};
};
default_theme = "light";
features = {
@ -25,6 +20,11 @@
feature_group_calls = true;
feature_element_call_video_rooms = true;
};
# https://github.com/element-hq/element-web/blob/develop/docs/jitsi.md
"jitsi" = {
"preferred_domain" = "jitsi.crans.org";
};
};
};
};