File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
crypto-ffi/bindings/js/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 *
You can’t perform that action at this time.
0 commit comments