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

* Allow usage of the SQLite-based crypto store Signed-off-by: Andrew Ferrazzutti <andrewf@element.io> * Add changelog * Log when crypto storage is initialized * Add yarn script for resetting crypto state Also document its usage & when it may be necessary to use it. * Minor style improvements - add trailing semicolons - remove redundant `Promise.resolve`s * Change logging in crypto reset script - Move error object to parameter - Rename logger * Add method to close the Redis store and call it to let the process exit cleanly * Update matrix-bot-sdk Use release with SQLite crypto store support --------- Signed-off-by: Andrew Ferrazzutti <andrewf@element.io>