Enable notifications during backfill

.. as per the default bridge config.

Source: https://github.com/mautrix/twitter/blob/f848710c01a75f4357508552fa63499cba2839e4/mautrix_twitter/example-config.yamll#L147
This commit is contained in:
Slavi Pantaleev
2021-12-22 15:27:35 +02:00
committed by GitHub
parent ed0fcd618c
commit f6f81a85de
@@ -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.