You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-12-01 04:43:29 +03:00
Wording fix
This commit is contained in:
@@ -237,7 +237,7 @@ OlmDevice.prototype._migrateFromSessionStore = async function() {
|
||||
);
|
||||
} catch (e) {
|
||||
console.warn(
|
||||
"Failed to import session " + s.senderKey + "/" +
|
||||
"Failed to migrate session " + s.senderKey + "/" +
|
||||
s.sessionId + ": " + e.stack || e,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user