mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
add memberId to entity_changes to avoid having to resend all changes second time
This commit is contained in:
@@ -144,7 +144,7 @@ function route(method, path, middleware, routeHandler, resultHandler, transactio
|
||||
cls.namespace.bindEmitter(res);
|
||||
|
||||
const result = cls.init(() => {
|
||||
cls.set('sourceId', req.headers['trilium-source-id']);
|
||||
cls.set('componentId', req.headers['trilium-component-id']);
|
||||
cls.set('localNowDateTime', req.headers['trilium-local-now-datetime']);
|
||||
cls.set('hoistedNoteId', req.headers['trilium-hoisted-note-id'] || 'root');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user