1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-08-07 23:02:56 +03:00

Fix documentation on CryptoEvent (#4628)

* Fix documentation on `CryptoEvent`

`CryptoApi` itself does not emit events (or at least, its public type
information does not allow you to listen for events emitted by CryptoApi).

* fix link
This commit is contained in:
Richard van der Hoff
2025-01-20 17:04:17 +00:00
committed by GitHub
parent a6fd28b03d
commit b45d51a131

View File

@@ -15,7 +15,7 @@
*/ */
/** /**
* Events emitted by the {@link CryptoApi} * Cryptography-related events emitted by the {@link matrix.MatrixClient}.
*/ */
export enum CryptoEvent { export enum CryptoEvent {
/** /**