Skip to content

Commit

Permalink
Deprecate Crypto.WillUpdateDevices for Crypto.DevicesUpdated
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Oct 7, 2024
1 parent 379ca14 commit 6d8ae87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crypto/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ export enum CryptoEvent {

/** @deprecated Event not fired by the rust crypto */
Warning = "crypto.warning",
/** @deprecated Use {@link DevicesUpdated} instead when using rust crypto */
WillUpdateDevices = "crypto.willUpdateDevices",
DevicesUpdated = "crypto.devicesUpdated",
KeysChanged = "crossSigning.keysChanged",
Expand Down

0 comments on commit 6d8ae87

Please sign in to comment.