Browse Source

Enable notifications during backfill

.. as per the default bridge config.

Source: f848710c01/mautrix_twitter/example-config.yamll (L147)
pull/1478/head
Slavi Pantaleev 4 years ago
committed by GitHub
parent
commit
f6f81a85de
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      roles/matrix-bridge-mautrix-instagram/templates/config.yaml.j2

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

@@ -132,7 +132,7 @@ bridge:
missed_limit: 1000
# If using double puppeting, should notifications be disabled
# while the initial backfill is in progress?
disable_notifications: true
disable_notifications: false
periodic_reconnect:
# Interval in seconds in which to automatically reconnect all users.
# This can be used to automatically mitigate the bug where Instagram stops sending messages.


Loading…
Cancel
Save