You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-07-30 04:23:07 +03:00
Use correct variable name
From https://github.com/matrix-org/matrix-js-sdk/pull/401
This commit is contained in:
@ -44,7 +44,7 @@ window.onload = function() {
|
|||||||
disableButtons(true, true, true);
|
disableButtons(true, true, true);
|
||||||
};
|
};
|
||||||
|
|
||||||
matrixClient.on("sync", function(state, prevState, data) {
|
client.on("sync", function(state, prevState, data) {
|
||||||
switch (state) {
|
switch (state) {
|
||||||
case "PREPARED":
|
case "PREPARED":
|
||||||
syncComplete();
|
syncComplete();
|
||||||
|
Reference in New Issue
Block a user