From 24fe908aa799291955fe283b46aa4275d3167fdc Mon Sep 17 00:00:00 2001 From: jesopo Date: Thu, 7 Jul 2022 11:29:02 +0000 Subject: [PATCH] add displayReports to config/default.yaml --- config/default.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config/default.yaml b/config/default.yaml index 66f6566..6b94fc1 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -240,3 +240,7 @@ web: # instead of intercepting client calls to synapse's abuse endpoint, when that # isn't possible/practical. pollReports: false + +# Whether or not new reports, received either by webapi or polling, +# should be printed to our managementRoom. +displayReports: true