Fix team always offline

This commit is contained in:
yflory 2020-11-12 17:35:57 +01:00
parent 90b4b0459e
commit 93f6619a3e
2 changed files with 1 additions and 1 deletions

View File

@ -1382,7 +1382,6 @@ define([
var type = obj.type;
var data = obj.data;
if (store.modules[type]) {
console.error(obj);
store.modules[type].execCommand(clientId, data, cb);
} else {
return void cb({error: type + ' is disabled'});

View File

@ -328,6 +328,7 @@ define([
}, true);
}
driveAPP.online = !teamData.offline;
var drive = DriveUI.create(common, {
proxy: proxy,
folders: folders,