Add option to send read receipt on confirmed delivery to WhatsApp

This commit is contained in:
Tulir Asokan
2020-05-25 11:17:47 +03:00
parent 2857b57c8e
commit c6b4f34c28
3 changed files with 19 additions and 0 deletions

View File

@@ -77,6 +77,10 @@ bridge:
# to see if it was actually bridged? Use this if you have problems with sends timing out but actually
# succeeding.
fetch_message_on_timeout: false
# Whether or not the bridge should send a read receipt from the bridge bot when a message has been
# sent to WhatsApp. If fetch_message_on_timeout is enabled, a successful post-timeout fetch will
# trigger a read receipt too.
delivery_receipts: false
# Number of times to regenerate QR code when logging in.
# The regenerated QR code is sent as an edit and essentially multiplies the login timeout (20 seconds)
login_qr_regen_count: 2