Fix join team for anon users

This commit is contained in:
yflory
2019-12-18 13:05:01 +01:00
parent 8eed376274
commit a817242fe5
6 changed files with 33 additions and 2 deletions

View File

@@ -1684,6 +1684,10 @@ define([
return team;
};
Team.anonGetPreviewContent = function (cfg, data, cb) {
getPreviewContent(cfg, data, null, cb);
};
return Team;
});