diff --git a/riot.im/app/config.json b/riot.im/app/config.json index 68651de698..3fbdbc99d8 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 40c3d29698..16ebbc3a17 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": [ {