You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-29 16:43:09 +03:00
Lint
This commit is contained in:
@@ -974,7 +974,7 @@ Crypto.prototype._backupPayloadForSession = function(
|
||||
exportFormat,
|
||||
) {
|
||||
// new session.
|
||||
const session = new Olm.InboundGroupSession();
|
||||
const session = new global.Olm.InboundGroupSession();
|
||||
try {
|
||||
if (exportFormat) {
|
||||
session.import_session(sessionKey);
|
||||
|
||||
Reference in New Issue
Block a user