diff --git a/config.sample.json b/config.sample.json index 88c0e3a92c2..69dc3968849 100644 --- a/config.sample.json +++ b/config.sample.json @@ -47,7 +47,8 @@ "siteId": 1 }, "enable_presence_by_hs_url": { - "https://matrix.org": false + "https://matrix.org": false, + "https://matrix-client.matrix.org": false }, "settingDefaults": { "breadcrumbs": true diff --git a/electron_app/riot.im/config.json b/electron_app/riot.im/config.json index 9887e025bcf..cedb4ccddeb 100644 --- a/electron_app/riot.im/config.json +++ b/electron_app/riot.im/config.json @@ -34,6 +34,7 @@ "feature_lazyloading": "enable" }, "enable_presence_by_hs_url": { - "https://matrix.org": false + "https://matrix.org": false, + "https://matrix-client.matrix.org": false } } diff --git a/riot.im/app/config.json b/riot.im/app/config.json index 68651de6984..3fbdbc99d86 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 40c3d29698e..16ebbc3a17e 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": [ {