Skip to content

Commit

Permalink
Support for importing stored data from libolm (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
richvdh authored Jan 8, 2024
1 parent e8dd66c commit f0200d4
Show file tree
Hide file tree
Showing 4 changed files with 537 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# UNRELEASED

- Add a `Migration` class, supporting importing account and session data from
libolm.
([#77](https://github.com/matrix-org/matrix-rust-sdk-crypto-wasm/pull/77))

- Add a `StoreHandle` class which can be used to hold a connection to a
crypto store, and thus improve performance when doing multiple operations
on the store.
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ mod future;
pub mod identifiers;
pub mod identities;
mod js;
pub mod libolm_migration;
pub mod machine;
mod macros;
pub mod olm;
Expand Down
Loading

0 comments on commit f0200d4

Please sign in to comment.