mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 21:59:00 +02:00
[dsmp] send trackedChangesAdded notification in docModifiedHook (#28454)
* [dsmp] send trackedChangesAdded notification in docModifiedHook * simplify recipient handling * simplify check if changes are from a single user GitOrigin-RevId: dd0b7a0631999ddac0ee1e6705ff4d6d87f3e63a
This commit is contained in:
committed by
Copybot
parent
b4277cdfc5
commit
8f8c47dd16
@@ -94,7 +94,7 @@ async function setDocument(req, res) {
|
||||
'finished receiving set document request from api (docupdater)'
|
||||
)
|
||||
|
||||
await Modules.promises.hooks.fire('docModified', projectId, docId)
|
||||
await Modules.promises.hooks.fire('docModified', projectId, docId, ranges)
|
||||
|
||||
res.json(result)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user