Add per-document control over who can see viewer insights (#5594)

This commit is contained in:
Tom Moor
2023-07-23 12:01:36 -04:00
committed by GitHub
parent caf7333682
commit 479b805613
14 changed files with 192 additions and 73 deletions

View File

@@ -41,6 +41,7 @@ async function presentDocument(
templateId: document.templateId,
collaboratorIds: [],
revision: document.revisionCount,
insightsEnabled: document.insightsEnabled,
fullWidth: document.fullWidth,
collectionId: undefined,
parentDocumentId: undefined,