mautrix-whatsapp/config
Sumner Evans f2e762680c
media backfill: add ability to automatically request media not on WA server
This adds a new backfill type for media that sends a request to the
phone for every media that is not available on the WA servers. WA
deletes media from their servers after about two weeks, so you have to
ask the phone to re-upload it.

In order to use this, you need to enable
bridge.history_sync.backfill_media and configure the requests that will
be made per portal using bridge.history_sync.media (which is similar to
the deferred backfill config).

If you already have backfilled portals, but want to do a one-off media
backfill for all existing portals, you can set
bridge.history_sync.enqueue_backfill_media_next_start to true.
2022-04-19 08:12:51 -06:00
..
bridge.go media backfill: add ability to automatically request media not on WA server 2022-04-19 08:12:51 -06:00
config.go Add option to use async media uploads 2022-03-21 21:08:48 +02:00
registration.go Add support for MSC2409 2021-12-07 16:02:51 +02:00
upgrade.go media backfill: add ability to automatically request media not on WA server 2022-04-19 08:12:51 -06:00
upgradehelper.go Preserve newlines in example config 2021-11-15 14:21:43 +02:00