Skip to content

Commit 0a4c7a6

Browse files
committed
chore(ts): update docs to not mention removed methods
1 parent 1363dc0 commit 0a4c7a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crypto-ffi/bindings/js/src/CoreCryptoContext.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -841,9 +841,9 @@ export class CoreCryptoContext {
841841
*
842842
* # Expected actions to perform after this function (in this order)
843843
* 1. Rotate credentials for each conversation using {@link CoreCryptoContext.e2eiRotate}
844-
* 2. Generate new key packages with {@link CoreCryptoContext.clientKeypackages}
844+
* 2. Generate new key packages with {@link CoreCryptoContext.generateKeypackage}
845845
* 3. Use these to replace the stale ones the in the backend
846-
* 4. Delete the stale ones locally using {@link CoreCryptoContext.deleteStaleKeyPackages}
846+
* 4. Delete the stale ones locally.
847847
* * This is the last step because you might still need the old key packages to avoid
848848
* an orphan welcome message
849849
*

0 commit comments

Comments
 (0)