diff --git a/server/commands/documentCollaborativeUpdater.ts b/server/commands/documentCollaborativeUpdater.ts index 5711a105a..205ab7ed6 100644 --- a/server/commands/documentCollaborativeUpdater.ts +++ b/server/commands/documentCollaborativeUpdater.ts @@ -77,7 +77,7 @@ export default async function documentCollaborativeUpdater({ documentId: document.id, collectionId: document.collectionId, teamId: document.teamId, - actorId: userId, + actorId: userId ?? document.lastModifiedById, data: { multiplayer: true, title: document.title,