Backend of public sharing at root (#6103)
This commit is contained in:
@@ -116,6 +116,8 @@ export async function getTeamFromContext(ctx: Context) {
|
||||
} else {
|
||||
team = await Team.findOne();
|
||||
}
|
||||
} else if (ctx.state.rootShare) {
|
||||
team = await Team.findByPk(ctx.state.rootShare.teamId);
|
||||
} else if (domain.custom) {
|
||||
team = await Team.findOne({ where: { domain: domain.host } });
|
||||
} else if (domain.teamSubdomain) {
|
||||
|
||||
Reference in New Issue
Block a user