Merge master

This commit is contained in:
Tom Moor
2017-11-26 18:23:11 -08:00
6 changed files with 38 additions and 2 deletions

View File

@@ -36,6 +36,8 @@ async function present(ctx: Object, document: Document, options: ?Options) {
team: document.teamId,
collaborators: [],
starred: !!(document.starred && document.starred.length),
revision: document.revisionCount,
collectionId: document.atlasId,
collaboratorCount: undefined,
collection: undefined,
views: undefined,