mirror of
https://github.com/matrix-org/matrix-hookshot.git
synced 2025-03-10 21:19:13 +00:00

* Remove Sled crypto store, use SQLite by default on account of it being removed from the crypto-sdk * Add changelog * Don't start if Sled store config is set
2 lines
282 B
Plaintext
2 lines
282 B
Plaintext
Drop support for the Sled crypto store format. Users must disable/remove the configuration key of `experimentalEncryption.useLegacySledStore`, and the crypto store will always use the SQLite format. If an existing SQLite store does not exist on bridge startup, one will be created.
|