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
This may as wel go in createclient
This commit is contained in:
@@ -71,7 +71,6 @@ class MatrixClientPeg {
|
||||
}
|
||||
}
|
||||
this._createClient(hs_url, is_url, user_id, access_token);
|
||||
this.matrixClient.setGuest(Boolean(isGuest));
|
||||
|
||||
if (localStorage) {
|
||||
try {
|
||||
@@ -146,6 +145,8 @@ class MatrixClientPeg {
|
||||
// we're going to add eventlisteners for each matrix event tile, so the
|
||||
// potential number of event listeners is quite high.
|
||||
this.matrixClient.setMaxListeners(500);
|
||||
|
||||
this.matrixClient.setGuest(Boolean(isGuest));
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user