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

Merge pull request #1693 from MrAnno/minor-fixes-and-followups

mautrix-facebook, synapse: minor improvements
pull/1695/head
Slavi Pantaleev 4 лет назад
committed by GitHub
Родитель
Сommit
3ed079c4d3
Не найден GPG ключ соответствующий данной подписи Идентификатор GPG ключа: 4AEE18F83AFDEB23
2 измененных файлов: 2 добавлений и 2 удалений
  1. +1
    -1
      roles/matrix-bridge-mautrix-facebook/templates/config.yaml.j2
  2. +1
    -1
      roles/matrix-synapse/templates/synapse/systemd/matrix-synapse.service.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


+ 1
- 1
roles/matrix-synapse/templates/synapse/systemd/matrix-synapse.service.j2 Просмотреть файл

@@ -43,7 +43,7 @@ ExecStart={{ matrix_host_command_docker }} run --rm --name matrix-synapse \
{% if matrix_synapse_federation_enabled and matrix_synapse_tls_federation_listener_enabled and matrix_synapse_container_federation_api_tls_host_bind_port %}
-p {{ matrix_synapse_container_federation_api_tls_host_bind_port }}:{{ matrix_synapse_container_federation_api_tls_port }} \
{% endif %}
{% if matrix_synapse_federation_enabled and matrix_synapse_container_federation_api_plain_host_bind_port %}
{% if matrix_synapse_federation_enabled and matrix_synapse_federation_port_enabled and matrix_synapse_container_federation_api_plain_host_bind_port %}
-p {{ matrix_synapse_container_federation_api_plain_host_bind_port }}:{{ matrix_synapse_container_federation_api_plain_port }} \
{% endif %}
{% if matrix_synapse_metrics_enabled and matrix_synapse_container_metrics_api_host_bind_port %}


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