You've already forked matrix-js-sdk
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:
committed by
GitHub
parent
a6fd28b03d
commit
b45d51a131
@@ -15,7 +15,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* Events emitted by the {@link CryptoApi}
|
||||
* Cryptography-related events emitted by the {@link matrix.MatrixClient}.
|
||||
*/
|
||||
export enum CryptoEvent {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user