From 48a16464d588671c1db78a34e45bd044c9d8be11 Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 30 Apr 2018 16:00:17 +0100 Subject: [PATCH] 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 } }