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

js-doc syntax is unknown to our js-doc

This commit is contained in:
Travis Ralston
2019-08-21 14:32:30 -06:00
parent b306df726a
commit 3980b62df2

View File

@@ -1877,7 +1877,7 @@ MatrixBaseApis.prototype.getIdentityHashDetails = function(identityAccessToken)
* The first element of each pair is the address, the second is the 3PID medium. * The first element of each pair is the address, the second is the 3PID medium.
* Eg: ["email@example.org", "email"] * Eg: ["email@example.org", "email"]
* @param {string} identityAccessToken The access token for the identity server. * @param {string} identityAccessToken The access token for the identity server.
* @returns {Promise<{address, mxid}[]>} A collection of address mappings to * @returns {Promise<Array<{address, mxid}>>} A collection of address mappings to
* found MXIDs. Results where no user could be found will not be listed. * found MXIDs. Results where no user could be found will not be listed.
*/ */
MatrixBaseApis.prototype.identityHashedLookup = async function( MatrixBaseApis.prototype.identityHashedLookup = async function(