Comma fail
This commit is contained in:
parent
9bf45fb556
commit
009c768b72
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue