Skip to content
Snippets Groups Projects
Verified Commit 67a243b1 authored by azubieta's avatar azubieta
Browse files

call subscribeToOcsApiCallback after the connection to the websocket

parent 75c87692
No related branches found
No related tags found
1 merge request!2Work Around progress feedback not begin shown
Pipeline #1289 passed
......@@ -75,6 +75,8 @@ function App(){
const shouldCheckForUpdates = !updateCheckedAt || (updateCheckedAt + updateCheckAfter) < new Date().getTime();
if (shouldCheckForUpdates) ocsApiState.ocsManagerApi.send('UpdateHandler::checkAll', []);
setAppInfo();
}).then(() => {
subscribeToOcsApiCallback();
});
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment