1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-25 05:23:13 +03:00

Tweak the type

This commit is contained in:
J. Ryan Stinnett
2019-08-07 18:05:32 +01:00
parent 8f016726f0
commit 9c24bcb7a9

View File

@@ -1892,7 +1892,8 @@ MatrixBaseApis.prototype.lookupThreePid = async function(
/**
* Looks up the public Matrix ID mappings for multiple 3PIDs.
*
* @param {array} query Array of arrays containing [medium, address]
* @param {Array.<Array.<string>>} query Array of arrays containing
* [medium, address]
* @param {string} identityAccessToken The `access_token` field of the Identity
* Server `/account/register` response (see {@link registerWithIdentityServer}).
*