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

fix jsdoc

This commit is contained in:
Hubert Chathi
2020-06-16 12:03:29 -04:00
parent 2d73564eba
commit fa550e8f03

View File

@@ -1551,7 +1551,7 @@ MegolmDecryption.prototype._buildKeyForwardingMessage = async function(
* @param {module:crypto/OlmDevice.MegolmSessionData} session * @param {module:crypto/OlmDevice.MegolmSessionData} session
* @param {object} [opts={}] options for the import * @param {object} [opts={}] options for the import
* @param {boolean} [opts.untrusted] whether the key should be considered as untrusted * @param {boolean} [opts.untrusted] whether the key should be considered as untrusted
* @param {string} [opts.source where] the key came from * @param {string} [opts.source] where the key came from
*/ */
MegolmDecryption.prototype.importRoomKey = function(session, opts = {}) { MegolmDecryption.prototype.importRoomKey = function(session, opts = {}) {
return this._olmDevice.addInboundGroupSession( return this._olmDevice.addInboundGroupSession(