From da25f49cd755dfc1fb79d41ae823fbb35adfbb67 Mon Sep 17 00:00:00 2001
From: David Baker <dave@matrix.org>
Date: Mon, 19 Mar 2018 16:49:41 +0000
Subject: [PATCH] Add dosable-presence-by-hs option to sample config

---
 config.sample.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/config.sample.json b/config.sample.json
index 6e83cec2..b80746f6 100644
--- a/config.sample.json
+++ b/config.sample.json
@@ -27,5 +27,8 @@
         "whitelistedHSUrls": ["https://matrix.org"],
         "whitelistedISUrls": ["https://vector.im", "https://matrix.org"],
         "siteId": 1
+    },
+    "enable_presence_by_hs_url": {
+        "https://matrix.org": false
     }
 }