mirror of https://github.com/vector-im/riot-web
Merge pull request #7503 from vector-im/dbkr/ll_phased_rollout
Phased rollout of lazyloadingpull/7517/head
commit
9830ab3aad
|
@ -21,6 +21,15 @@
|
||||||
"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": {
|
||||||
|
"feature_lazyloading": "enable"
|
||||||
|
},
|
||||||
"enable_presence_by_hs_url": {
|
"enable_presence_by_hs_url": {
|
||||||
"https://matrix.org": false
|
"https://matrix.org": false
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue