Merge pull request #11565 from aaronraimist/matrix.org-presence-fix

Update riot.im enable_presence_by_hs_url for new matrix.org client URL
pull/11591/head
Travis Ralston 2019-11-29 19:49:57 -07:00 committed by GitHub
commit b4829fd3d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 4 deletions

View File

@ -47,7 +47,8 @@
"siteId": 1 "siteId": 1
}, },
"enable_presence_by_hs_url": { "enable_presence_by_hs_url": {
"https://matrix.org": false "https://matrix.org": false,
"https://matrix-client.matrix.org": false
}, },
"settingDefaults": { "settingDefaults": {
"breadcrumbs": true "breadcrumbs": true

View File

@ -34,6 +34,7 @@
"feature_lazyloading": "enable" "feature_lazyloading": "enable"
}, },
"enable_presence_by_hs_url": { "enable_presence_by_hs_url": {
"https://matrix.org": false "https://matrix.org": false,
"https://matrix-client.matrix.org": false
} }
} }

View File

@ -26,7 +26,8 @@
] ]
}, },
"enable_presence_by_hs_url": { "enable_presence_by_hs_url": {
"https://matrix.org": false "https://matrix.org": false,
"https://matrix-client.matrix.org": false
}, },
"terms_and_conditions_links": [ "terms_and_conditions_links": [
{ {

View File

@ -35,7 +35,8 @@
] ]
}, },
"enable_presence_by_hs_url": { "enable_presence_by_hs_url": {
"https://matrix.org": false "https://matrix.org": false,
"https://matrix-client.matrix.org": false
}, },
"terms_and_conditions_links": [ "terms_and_conditions_links": [
{ {