I would like to send messages from and to encrypted room. (For not encrypted rooms it works.)
I found several examples that always mentioned these to lines:
const storage = new SimpleFsStorageProvider(“./examples/storage/encryption_bot.json”);
const crypto = new RustSdkCryptoStorageProvider(“./examples/storage/encryption_bot_sled”, StoreType.Sled);
But I can find neither an example for encryption_bot.json nor encryption_bot_sled.
Does anybody have an example for these storage providers?
Many thank in advance !
I searched in a lot of gibhub repos, but unfortunately without any success.