Always include document collection

This commit is contained in:
Jori Lallo
2016-08-15 14:59:53 +02:00
parent 235186a4e9
commit e06cac2344

View File

@ -29,7 +29,7 @@ export function presentTeam(ctx, team) {
export async function presentDocument(ctx, document, options) {
options = {
includeCollection: false,
includeCollection: true,
includeCollaborators: true,
...options,
};