瀏覽代碼

bridge-mautrix-facebook: disable temporary disconnect notices

https://github.com/mautrix/facebook/issues/215
pull/1693/head
László Várady 4 年之前
父節點
當前提交
f0588c7fd0
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      roles/matrix-bridge-mautrix-facebook/templates/config.yaml.j2

+ 1
- 1
roles/matrix-bridge-mautrix-facebook/templates/config.yaml.j2 查看文件

@@ -176,7 +176,7 @@ bridge:
# Whether or not temporary disconnections should send notices to the notice room.
# If this is false, disconnections will never send messages and connections will only send
# messages if it was disconnected for more than resync_max_disconnected_time seconds.
temporary_disconnect_notices: true
temporary_disconnect_notices: false
# Whether or not the bridge should try to "refresh" the connection if a normal reconnection
# attempt fails.
refresh_on_reconnection_fail: false


Loading…
取消
儲存