Upgrade mautrix-whatsapp (0.7.2 -> 0.8.0)

This commit is contained in:
Slavi Pantaleev
2022-12-17 22:47:38 +02:00
parent 0c6959de8b
commit fa73513064
2 changed files with 3 additions and 1 deletions

View File

@ -290,6 +290,8 @@ bridge:
# Send captions in the same message as images. This will send data compatible with both MSC2530 and MSC3552.
# This is currently not supported in most clients.
caption_in_message: false
# Should polls be sent using MSC3381 event types?
extev_polls: false
# Should Matrix edits be bridged to WhatsApp edits?
# Official WhatsApp clients don't render edits yet, but once they do, the bridge should work with them right away.
send_whatsapp_edits: false