add displayReports to config/default.yaml

This commit is contained in:
jesopo 2022-07-07 11:29:02 +00:00
parent 8909e4d4d7
commit 24fe908aa7

View File

@ -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