From 431680d8b9eb3ae88dc30279fdb4ec480b84479e Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Fri, 29 Nov 2019 19:43:09 -0600 Subject: [PATCH] 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. --- riot.im/app/config.json | 3 ++- riot.im/develop/config.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/riot.im/app/config.json b/riot.im/app/config.json index 68651de69..3fbdbc99d 100644 --- a/riot.im/app/config.json +++ b/riot.im/app/config.json @@ -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": [ { diff --git a/riot.im/develop/config.json b/riot.im/develop/config.json index 40c3d2969..16ebbc3a1 100644 --- a/riot.im/develop/config.json +++ b/riot.im/develop/config.json @@ -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": [ {