mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 17:25:52 +01:00
add memberId to entity_changes to avoid having to resend all changes second time
This commit is contained in:
@@ -28,8 +28,8 @@ function getHoistedNoteId() {
|
||||
return namespace.get('hoistedNoteId') || 'root';
|
||||
}
|
||||
|
||||
function getSourceId() {
|
||||
return namespace.get('sourceId');
|
||||
function getComponentId() {
|
||||
return namespace.get('componentId');
|
||||
}
|
||||
|
||||
function getLocalNowDateTime() {
|
||||
@@ -80,7 +80,7 @@ module.exports = {
|
||||
set,
|
||||
namespace,
|
||||
getHoistedNoteId,
|
||||
getSourceId,
|
||||
getComponentId,
|
||||
getLocalNowDateTime,
|
||||
disableEntityEvents,
|
||||
isEntityEventsDisabled,
|
||||
|
||||
Reference in New Issue
Block a user