We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 339b6db commit 332ab5aCopy full SHA for 332ab5a
src/session.js
@@ -33,7 +33,6 @@ class MatrixSession {
33
accessToken: accessToken,
34
userId: userId,
35
deviceId: deviceId,
36
- sessionStore: new sdk.WebStorageSessionStore(this.localStorage),
37
});
38
39
cb(null, this.client)
@@ -58,9 +57,7 @@ class MatrixSession {
58
57
accessToken: data.access_token,
59
userId: data.user_id,
60
deviceId: data.device_id,
61
- sessionStore: new sdk.WebStorageSessionStore(that.localStorage),
62
cryptoStore: new LocalStorageCryptoStore(that.localStorage)
63
-
64
65
66
that.localStorage.setItem("access_token", data.access_token)
0 commit comments