Update riot.im enable_presence_by_hs_url for new matrix.org client URL

Ideally you would update enable_presence_by_hs_url work based on the homeserver name instead of the client URL.
pull/11565/head
Aaron Raimist 2019-11-29 19:43:09 -06:00
parent 86b6123305
commit 431680d8b9
No known key found for this signature in database
GPG Key ID: 37419210002890EF
2 changed files with 4 additions and 2 deletions

View File

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

View File

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