~kris/dots

srice

srice/.config/Element/config.json -rw-r--r-- 2.8 KiB
e98f3b03 — Kris Yotam chore: sync local state after restore (push updates, no pull) a month ago
                                                                                
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
    "update_base_url": null,
    "default_server_name": "matrix.org",
    "default_server_config": {
        "m.homeserver": {
            "base_url": "https://matrix-client.matrix.org"
        },
        "m.identity_server": {
            "base_url": "https://vector.im"
        }
    },
    "brand": "Element",
    "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"
    ],
    "bug_report_endpoint_url": "https://rageshakes.element.io/api/submit",
    "uisi_autorageshake_app": "element-auto-uisi",
    "room_directory": {
        "servers": ["matrix.org", "gitter.im"]
    },
    "show_labs_settings": true,
    "enable_presence_by_hs_url": {
        "https://matrix.org": false,
        "https://matrix-client.matrix.org": false
    },
    "terms_and_conditions_links": [
        {
            "url": "https://element.io/privacy",
            "text": "Privacy Policy"
        },
        {
            "url": "https://element.io/cookie-policy",
            "text": "Cookie Policy"
        }
    ],
    "posthog": {
        "project_api_key": "phc_Jzsm6DTm6V2705zeU5dcNvQDlonOR68XvX2sh1sEOHO",
        "api_host": "https://posthog.element.io"
    },
    "privacy_policy_url": "https://element.io/cookie-policy",
    "map_style_url": "https://api.maptiler.com/maps/streets/style.json?key=fU3vlMsMn4Jb6dnEIFsx",
    "setting_defaults": {
        "RustCrypto.staged_rollout_percent": 60,
        "custom_themes": [
            {
                "name": "Nord Light",
                "is_dark": false,
                "colors": {
                    "accent-color": "#5e81ac",
                    "primary-color": "#5e81ac",
                    "warning-color": "#bf616a",
                    "sidebar-color": "#d8dee9",
                    "roomlist-background-color": "#e5e9f0",
                    "roomlist-text-color": "#2e3440",
                    "roomlist-text-secondary-color": "#3b4252",
                    "roomlist-highlights-color": "#eceff4",
                    "roomlist-separator-color": "#eceff4",
                    "timeline-background-color": "#eceff4",
                    "timeline-text-color": "#2e3440",
                    "timeline-text-secondary-color": "#4c566a",
                    "timeline-highlights-color": "#e5e9f0"
                }
            }
        ]
    },
    "features": {
        "feature_video_rooms": true,
        "feature_group_calls": true,
        "feature_element_call_video_rooms": true
    },
    "element_call": {
        "url": "https://call.element.io"
    }
}