feat(matrix): update element-web features & room directory
This commit is contained in:
parent
1b7b6596a8
commit
c4d3003c43
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue