feat(matrix): update element-web features & room directory

This commit is contained in:
Felix Schröter 2023-07-29 21:19:34 +02:00
parent 1b7b6596a8
commit c4d3003c43
Signed by: felschr
GPG key ID: 671E39E6744C807D

View file

@ -16,13 +16,20 @@ in {
disable_guests = true; disable_guests = true;
features = { features = {
feature_pinning = true; feature_pinning = true;
feature_thread = true;
feature_video_rooms = true; feature_video_rooms = true;
feature_group_calls = true; feature_group_calls = true;
feature_element_call_video_rooms = true;
feature_exploring_public_spaces = true;
}; };
show_labs_settings = true; show_labs_settings = true;
roomDirectory.servers = roomDirectory.servers = [
[ server_name "matrix.org" "gitter.im" "libera.chat" ]; server_name
"matrix.org"
"gitter.im"
"libera.chat"
"mozilla.org"
"nixos.org"
];
enable_presence_by_hs_url = { enable_presence_by_hs_url = {
"https://${matrix_host}" = false; "https://${matrix_host}" = false;
"https://matrix.org" = false; "https://matrix.org" = false;