Fix join team for anon users
This commit is contained in:
@@ -1684,6 +1684,10 @@ define([
|
||||
return team;
|
||||
};
|
||||
|
||||
Team.anonGetPreviewContent = function (cfg, data, cb) {
|
||||
getPreviewContent(cfg, data, null, cb);
|
||||
};
|
||||
|
||||
return Team;
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user