Skip to content

Commit

Permalink
Deprecate CryptoBackend.getEventEncryptionInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Nov 28, 2024
1 parent cdfdf01 commit df15d7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/common-crypto/CryptoBackend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export interface CryptoBackend extends SyncCryptoCallbacks, CryptoApi {
* Get information about the encryption of an event
*
* @param event - event to be checked
* @deprecated
*/
getEventEncryptionInfo(event: MatrixEvent): IEncryptedEventInfo;

Expand Down

0 comments on commit df15d7f

Please sign in to comment.