feat(olm): reset/send new olm secret if a matching fingerprint is detected

This commit is contained in:
Varun Narravula
2026-01-13 17:14:05 -08:00
committed by Owen Schwartz
parent 40e37b1798
commit 6c8757f230
3 changed files with 127 additions and 0 deletions

View File

@@ -9,3 +9,4 @@ export * from "./listUserOlms";
export * from "./getUserOlm";
export * from "./handleOlmServerPeerAddMessage";
export * from "./handleOlmUnRelayMessage";
export * from "./recoverOlmWithFingerprint";