From f1531d2b12638127cbd8fcd1de2e72fa8342ea40 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 31 May 2019 14:52:29 +0200 Subject: [PATCH] add settingDefaults to sample config --- config.sample.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.sample.json b/config.sample.json index db1d25d1d2..cc6cb1949f 100644 --- a/config.sample.json +++ b/config.sample.json @@ -41,5 +41,6 @@ }, "enable_presence_by_hs_url": { "https://matrix.org": false - } + }, + "settingDefaults": {} }