From 48a16464d588671c1db78a34e45bd044c9d8be11 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 30 Apr 2018 16:00:17 +0100 Subject: [PATCH 1/2] Don't show presence on matrix.org --- electron_app/riot.im/config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/electron_app/riot.im/config.json b/electron_app/riot.im/config.json index 5b2fe37ba0..ed4a19a374 100644 --- a/electron_app/riot.im/config.json +++ b/electron_app/riot.im/config.json @@ -19,5 +19,8 @@ "piwik": { "url": "https://piwik.riot.im/", "siteId": 1 + }, + "enable_presence_by_hs_url": { + "https://matrix.org/": false } } From dd7ae83226a2a4b0a0a0e30141f9596f060a4ada Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 30 Apr 2018 16:12:53 +0100 Subject: [PATCH 2/2] No trailing / --- electron_app/riot.im/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electron_app/riot.im/config.json b/electron_app/riot.im/config.json index ed4a19a374..099db1b57d 100644 --- a/electron_app/riot.im/config.json +++ b/electron_app/riot.im/config.json @@ -21,6 +21,6 @@ "siteId": 1 }, "enable_presence_by_hs_url": { - "https://matrix.org/": false + "https://matrix.org": false } }