Skip to content

Commit dff87a1

Browse files
committed
Deprecate CryptoBackend.getEventEncryptionInfo
1 parent 2b9ca17 commit dff87a1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common-crypto/CryptoBackend.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ export interface CryptoBackend extends SyncCryptoCallbacks, CryptoApi {
7878
* Get information about the encryption of an event
7979
*
8080
* @param event - event to be checked
81+
* @deprecated
8182
*/
8283
getEventEncryptionInfo(event: MatrixEvent): IEncryptedEventInfo;
8384

0 commit comments

Comments
 (0)