You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-28 05:03:59 +03:00
lint
This commit is contained in:
@@ -1549,7 +1549,9 @@ MegolmDecryption.prototype._buildKeyForwardingMessage = async function(
|
||||
* @inheritdoc
|
||||
*
|
||||
* @param {module:crypto/OlmDevice.MegolmSessionData} session
|
||||
* @param {string} source where the key comes from
|
||||
* @param {object} opts options for the import
|
||||
* @param {boolean} opts.untrusted whether the key should be considered as untrusted
|
||||
* @param {string} opts.source where the key came from
|
||||
*/
|
||||
MegolmDecryption.prototype.importRoomKey = function(session, opts) {
|
||||
opts = opts || {};
|
||||
|
||||
Reference in New Issue
Block a user