mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Merge pull request #11549 from vector-im/jryans/rm-lazyloading-rollout
Clean up and standardise app config
This commit is contained in:
commit
d7435cbd9c
@ -12,20 +12,14 @@
|
|||||||
],
|
],
|
||||||
"hosting_signup_link": "https://modular.im/?utm_source=riot-web&utm_medium=web",
|
"hosting_signup_link": "https://modular.im/?utm_source=riot-web&utm_medium=web",
|
||||||
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
|
"bug_report_endpoint_url": "https://riot.im/bugreports/submit",
|
||||||
|
"features": {
|
||||||
|
},
|
||||||
"welcomeUserId": "@riot-bot:matrix.org",
|
"welcomeUserId": "@riot-bot:matrix.org",
|
||||||
"piwik": {
|
"piwik": {
|
||||||
"url": "https://piwik.riot.im/",
|
"url": "https://piwik.riot.im/",
|
||||||
"siteId": 1,
|
"siteId": 1,
|
||||||
"policyUrl": "https://matrix.org/docs/guides/riot_im_cookie_policy"
|
"policyUrl": "https://matrix.org/docs/guides/riot_im_cookie_policy"
|
||||||
},
|
},
|
||||||
"phasedRollOut": {
|
|
||||||
"feature_lazyloading": {
|
|
||||||
"offset": 1539684000000,
|
|
||||||
"period": 604800000
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"features": {
|
|
||||||
},
|
|
||||||
"roomDirectory": {
|
"roomDirectory": {
|
||||||
"servers": [
|
"servers": [
|
||||||
"matrix.org"
|
"matrix.org"
|
||||||
|
Loading…
Reference in New Issue
Block a user