Skip to content

Commit

Permalink
Add doc about deprecated methods in MatrixClient.
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Nov 7, 2024
1 parent 117071b commit 03cdaba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,8 @@ matrixClient.on(CryptoEvent.LegacyCryptoStoreMigrationProgress, (progress, total

After the migration is finished, you can remove the legacy crypto store and the pickle key from the matrix client creation.

The Rust crypto is not supported in a lot of deprecated methods of [`MatrixClient`](https://matrix-org.github.io/matrix-js-sdk/classes/matrix.MatrixClient.html). If you use them, you should migrate to the [`CryptoApi`](https://matrix-org.github.io/matrix-js-sdk/interfaces/crypto_api.CryptoApi.html). Also, the legacy `MatrixClient.crypto` object is not available anymore, you should use `MatrixClient.getCrypto()` instead.

# Contributing

_This section is for people who want to modify the SDK. If you just
Expand Down

0 comments on commit 03cdaba

Please sign in to comment.