mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 20:11:32 +02:00
Merge pull request #23433 from overleaf/em-do-not-store-content-hashes
Do not store content hashes in chunks GitOrigin-RevId: 65a255b92f9c4e216ad5a1fb5fb3fa5a6b9158c4
This commit is contained in:
@@ -180,6 +180,10 @@ async function persistChanges(projectId, allChanges, limits, clientEndVersion) {
|
||||
actualHash,
|
||||
})
|
||||
}
|
||||
|
||||
// Remove the content hash from the change before storing it in the chunk.
|
||||
// It was only useful for validation.
|
||||
editOperation.contentHash = null
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user