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
Comma fail
This commit is contained in:
@@ -92,7 +92,7 @@ class MatrixClientPeg {
|
|||||||
const opts = utils.deepCopy(MatrixClientPeg.opts);
|
const opts = utils.deepCopy(MatrixClientPeg.opts);
|
||||||
opts.pendingEventOrdering = "detached";
|
opts.pendingEventOrdering = "detached";
|
||||||
this.get().startClient(opts);
|
this.get().startClient(opts);
|
||||||
},
|
}
|
||||||
|
|
||||||
_replaceClient(hs_url, is_url, user_id, access_token, isGuest) {
|
_replaceClient(hs_url, is_url, user_id, access_token, isGuest) {
|
||||||
if (localStorage) {
|
if (localStorage) {
|
||||||
|
|||||||
Reference in New Issue
Block a user