Просмотр исходного кода

Fix config error that can cause Mjolnir to crash

pull/2146/head
Catalan Lover 3 лет назад
committed by GitHub
Родитель
Сommit
2aceb445af
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      roles/matrix-bot-mjolnir/templates/production.yaml.j2

+ 2
- 2
roles/matrix-bot-mjolnir/templates/production.yaml.j2 Просмотреть файл

@@ -239,8 +239,8 @@ health:
# 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
# isn't possible/practical.
pollReports: true
pollReports: false

# Whether or not new reports, received either by webapi or polling,
# should be printed to our managementRoom.
displayReports: true
displayReports: false

Загрузка…
Отмена
Сохранить