Remove other guestAccess arg
This commit is contained in:
parent
ea5e021d8d
commit
b7e95b3883
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ class MatrixClientPeg {
|
||||||
const guestAccess = new GuestAccess(localStorage);
|
const guestAccess = new GuestAccess(localStorage);
|
||||||
if (access_token && user_id && hs_url) {
|
if (access_token && user_id && hs_url) {
|
||||||
console.log("Restoring session for %s", user_id);
|
console.log("Restoring session for %s", user_id);
|
||||||
this._createClient(hs_url, is_url, user_id, access_token, guestAccess);
|
this._createClient(hs_url, is_url, user_id, access_token);
|
||||||
} else {
|
} else {
|
||||||
console.log("Session not found.");
|
console.log("Session not found.");
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue