From f1531d2b12638127cbd8fcd1de2e72fa8342ea40 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Fri, 31 May 2019 14:52:29 +0200 Subject: [PATCH 1/2] 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": {} } From 259ca06f7390e6f0c0bf1b0765a184989d37b5b2 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 7 Oct 2019 14:46:50 +0200 Subject: [PATCH 2/2] add example default setting --- config.sample.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config.sample.json b/config.sample.json index cc6cb1949f..cb2d550e33 100644 --- a/config.sample.json +++ b/config.sample.json @@ -42,5 +42,7 @@ "enable_presence_by_hs_url": { "https://matrix.org": false }, - "settingDefaults": {} + "settingDefaults": { + "breadcrumbs": true + } }