Fix other read-only teams issues

This commit is contained in:
yflory
2019-11-19 15:45:37 +01:00
parent fd36825f45
commit da32864413
2 changed files with 3 additions and 11 deletions

View File

@@ -20,11 +20,11 @@ define([
}
profile.edit = Hash.getEditHashFromKeys(secret);
profile.view = Hash.getViewHashFromKeys(secret);
cb();
setTimeout(cb);
});
return;
}
cb();
setTimeout(cb);
};
var openChannel = function (ctx) {