Browse Source

mautrix-instagram, mautrix-signal: set delivery_error_reports: true

pull/1899/head
Aine 3 years ago
parent
commit
00192f6e94
No known key found for this signature in database GPG Key ID: 34969C908CCA2804
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      roles/matrix-bridge-mautrix-instagram/templates/config.yaml.j2
  2. +1
    -1
      roles/matrix-bridge-mautrix-signal/templates/config.yaml.j2

+ 1
- 1
roles/matrix-bridge-mautrix-instagram/templates/config.yaml.j2 View File

@@ -166,7 +166,7 @@ bridge:
# been sent to Instagram. # been sent to Instagram.
delivery_receipts: false delivery_receipts: false
# Whether or not delivery errors should be reported as messages in the Matrix room. # Whether or not delivery errors should be reported as messages in the Matrix room.
delivery_error_reports: false
delivery_error_reports: true
# Set this to true to tell the bridge to re-send m.bridge events to all rooms on the next run. # Set this to true to tell the bridge to re-send m.bridge events to all rooms on the next run.
# This field will automatically be changed back to false after it, # This field will automatically be changed back to false after it,
# except if the config file is not writable. # except if the config file is not writable.


+ 1
- 1
roles/matrix-bridge-mautrix-signal/templates/config.yaml.j2 View File

@@ -177,7 +177,7 @@ bridge:
# Note that this is not related to Signal delivery receipts. # Note that this is not related to Signal delivery receipts.
delivery_receipts: false delivery_receipts: false
# Whether or not delivery errors should be reported as messages in the Matrix room. (not yet implemented) # Whether or not delivery errors should be reported as messages in the Matrix room. (not yet implemented)
delivery_error_reports: false
delivery_error_reports: true
# Set this to true to tell the bridge to re-send m.bridge events to all rooms on the next run. # Set this to true to tell the bridge to re-send m.bridge events to all rooms on the next run.
# This field will automatically be changed back to false after it, # This field will automatically be changed back to false after it,
# except if the config file is not writable. # except if the config file is not writable.


Loading…
Cancel
Save