Parcourir la source

Merge pull request #3083 from Braindot-fr/3082-mautrix-signal-config

[#3082] Analog Signal spaces configuration with rest of playbook
pull/3084/head
Slavi Pantaleev il y a 2 ans
committed by GitHub
Parent
révision
7766db2a5f
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: 4AEE18F83AFDEB23
2 fichiers modifiés avec 3 ajouts et 1 suppressions
  1. +2
    -0
      roles/custom/matrix-bridge-mautrix-signal/defaults/main.yml
  2. +1
    -1
      roles/custom/matrix-bridge-mautrix-signal/templates/config.yaml.j2

+ 2
- 0
roles/custom/matrix-bridge-mautrix-signal/defaults/main.yml Voir le fichier

@@ -161,6 +161,8 @@ matrix_mautrix_signal_bridge_encryption_allow: "{{ matrix_bridges_encryption_ena
matrix_mautrix_signal_bridge_encryption_default: "{{ matrix_mautrix_signal_bridge_encryption_allow }}" matrix_mautrix_signal_bridge_encryption_default: "{{ matrix_mautrix_signal_bridge_encryption_allow }}"
matrix_mautrix_signal_bridge_encryption_key_sharing_allow: "{{ matrix_mautrix_signal_bridge_encryption_allow }}" matrix_mautrix_signal_bridge_encryption_key_sharing_allow: "{{ matrix_mautrix_signal_bridge_encryption_allow }}"


matrix_mautrix_signal_bridge_personal_filtering_spaces: true

# On conduit versions before 0.5.0 this option prevented users from joining spaces created by the bridge. # On conduit versions before 0.5.0 this option prevented users from joining spaces created by the bridge.
# Setting this to false fixed the issue. # Setting this to false fixed the issue.
matrix_mautrix_signal_bridge_restricted_rooms: true matrix_mautrix_signal_bridge_restricted_rooms: true

+ 1
- 1
roles/custom/matrix-bridge-mautrix-signal/templates/config.yaml.j2 Voir le fichier

@@ -111,7 +111,7 @@ bridge:


# Should the bridge create a space for each logged-in user and add bridged rooms to it? # Should the bridge create a space for each logged-in user and add bridged rooms to it?
# Users who logged in before turning this on should run `!signal sync-space` to create and fill the space for the first time. # Users who logged in before turning this on should run `!signal sync-space` to create and fill the space for the first time.
personal_filtering_spaces: false
personal_filtering_spaces: {{ matrix_mautrix_signal_bridge_personal_filtering_spaces | to_json }}
# Should the bridge send a read receipt from the bridge bot when a message has been sent to Signal? # Should the bridge send a read receipt from the bridge bot when a message has been sent to Signal?
delivery_receipts: false delivery_receipts: false
# Whether the bridge should send the message status as a custom com.beeper.message_send_status event. # Whether the bridge should send the message status as a custom com.beeper.message_send_status event.


Chargement…
Annuler
Enregistrer