mautrix-whatsapp/config
Sumner Evans 536d340f20
config: add settings for prioritized backfill
bridge.history_sync.max_initial_conversations:

  This setting determines the maximum number of initial conversations
  that should be backfilled. The data for all the other conversations
  will be stored in the database for backfill at a later time.

bridge.history_sync.immediate:

  These settings are for the initial backfill that should be performed
  to populate each of the initial chats with a few messages so that
  users can continue their conversations without loosing context.

bridge.history_sync.deferred:

  These settings are for backfilling the rest of the chat history that
  was not covered by the immediate backfills. These should generally be
  done at a slower pace to avoid overloading the homeserver.
2022-03-29 12:16:31 -06:00
..
bridge.go config: add settings for prioritized backfill 2022-03-29 12:16:31 -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 config: add settings for prioritized backfill 2022-03-29 12:16:31 -06:00
upgradehelper.go Preserve newlines in example config 2021-11-15 14:21:43 +02:00