You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
Remove other guestAccess arg
This commit is contained in:
@@ -100,7 +100,7 @@ class MatrixClientPeg {
|
||||
const guestAccess = new GuestAccess(localStorage);
|
||||
if (access_token && user_id && hs_url) {
|
||||
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 {
|
||||
console.log("Session not found.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user