diff --git a/config.sample.json b/config.sample.json index 88c0e3a92c..69dc396884 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 9887e025bc..cedb4ccdde 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 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": [ {