diff --git a/server/presenters.js b/server/presenters.js index 9e852276..ada92264 100644 --- a/server/presenters.js +++ b/server/presenters.js @@ -29,7 +29,7 @@ export function presentTeam(ctx, team) { export async function presentDocument(ctx, document, options) { options = { - includeCollection: false, + includeCollection: true, includeCollaborators: true, ...options, };