From 259ca06f7390e6f0c0bf1b0765a184989d37b5b2 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Mon, 7 Oct 2019 14:46:50 +0200 Subject: [PATCH] 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 + } }