1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-01 04:43:29 +03:00

Clean up "base-apis" find&replace

This commit is contained in:
Travis Ralston
2021-05-31 22:48:25 -06:00
parent 67994f7a53
commit 486369e97c
5 changed files with 9 additions and 8 deletions

View File

@@ -49,9 +49,10 @@ export class VerificationBase extends EventEmitter {
*
* @class
*
* @param {module:base-apis~Channel} channel the verification channel to send verification messages over.
* TODO: Channel types
* @param {Channel} channel the verification channel to send verification messages over.
*
* @param {module:base-apis~MatrixBaseApis} baseApis base matrix api interface
* @param {MatrixClient} baseApis base matrix api interface
*
* @param {string} userId the user ID that is being verified
*