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
Hook up auto-registration as a guest to MatrixChat.
This commit is contained in:
@@ -117,7 +117,7 @@ class MatrixClient {
|
||||
console.warn("Error using local storage");
|
||||
}
|
||||
}
|
||||
this.guestAccess.markAsGuest(isGuest);
|
||||
this.guestAccess.markAsGuest(Boolean(isGuest));
|
||||
createClient(hs_url, is_url, user_id, access_token, this.guestAccess);
|
||||
if (localStorage) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user