Always include document collection
This commit is contained in:
@ -29,7 +29,7 @@ export function presentTeam(ctx, team) {
|
|||||||
|
|
||||||
export async function presentDocument(ctx, document, options) {
|
export async function presentDocument(ctx, document, options) {
|
||||||
options = {
|
options = {
|
||||||
includeCollection: false,
|
includeCollection: true,
|
||||||
includeCollaborators: true,
|
includeCollaborators: true,
|
||||||
...options,
|
...options,
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user