Fix config error that can cause Mjolnir to crash
This commit is contained in:
parent
43e38170e5
commit
2aceb445af
|
@ -239,8 +239,8 @@ health:
|
||||||
# Whether or not to actively poll synapse for abuse reports, to be used
|
# Whether or not to actively poll synapse for abuse reports, to be used
|
||||||
# instead of intercepting client calls to synapse's abuse endpoint, when that
|
# instead of intercepting client calls to synapse's abuse endpoint, when that
|
||||||
# isn't possible/practical.
|
# isn't possible/practical.
|
||||||
pollReports: true
|
pollReports: false
|
||||||
|
|
||||||
# Whether or not new reports, received either by webapi or polling,
|
# Whether or not new reports, received either by webapi or polling,
|
||||||
# should be printed to our managementRoom.
|
# should be printed to our managementRoom.
|
||||||
displayReports: true
|
displayReports: false
|
||||||
|
|
Loading…
Reference in a new issue