-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
65 lines (65 loc) · 1.85 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"disable_custom_urls": false,
"disable_guests": false,
"disable_login_language_selector": false,
"disable_3pid_login": false,
"room_directory": {
"servers": ["matrixrooms.info", "etke.cc"]
},
"default_server_config": {
"im.vector.riot.e2ee": {
"default": true
},
"io.element.e2ee": {
"default": true,
"secure_backup_required": false,
"secure_backup_setup_methods": []
}
},
"desktop_builds": {
"available": false
},
"mobile_builds": {
"ios": null,
"android": null,
"fdroid": null
},
"mobile_guide_toast": false,
"branding": {
"auth_footer_links": [
{"text": "Matrix servers by etke.cc", "url": "https://etke.cc/?utm_source=schildichat-web&utm_medium=footer&utm_campaign=managed-by"}
]
},
"integrations_ui_url": "https://scalar.vector.im/",
"integrations_rest_url": "https://scalar.vector.im/api",
"integrations_widgets_urls": [
"https://scalar.vector.im/_matrix/integrations/v1",
"https://scalar.vector.im/api",
"https://scalar-staging.vector.im/_matrix/integrations/v1",
"https://scalar-staging.vector.im/api",
"https://scalar-staging.riot.im/scalar/api"
],
"uisi_autorageshake_app": "element-auto-uisi",
"show_labs_settings": true,
"features": {
"feature_report_to_moderators": true,
"feature_pinning": true,
"feature_jump_to_date": true,
"feature_state_counters": true,
"feature_bridge_state": true,
"feature_roomlist_preview_reactions_all": true,
"feature_dehydration": true,
"feature_breadcrumbs_v2": true,
"feature_spotlight": true,
"feature_location_share_pin_drop": true,
"feature_location_share_live": true,
"feature_thread": true,
"feature_video_rooms": true,
"feature_html_topic": true,
"feature_exploring_public_spaces": true
},
"element_call": {
"url": "https://call.element.io"
},
"map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx"
}