mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-28 19:41:33 +02:00
Merge pull request #4801 from overleaf/ae-resync-editable-file
Use a file hash to decide if a file is editable when resyncing GitOrigin-RevId: 57d78b3d73bf2595070a7c7eb7ec97eeece3a163
This commit is contained in:
@@ -1365,6 +1365,7 @@ const ProjectEntityUpdateHandler = {
|
||||
file: file.file._id,
|
||||
path: file.path,
|
||||
url: FileStoreHandler._buildUrl(projectId, file.file._id),
|
||||
_hash: file.file.hash,
|
||||
}))
|
||||
|
||||
DocumentUpdaterHandler.resyncProjectHistory(
|
||||
|
||||
Reference in New Issue
Block a user