mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	refactored "sync" table to "entity_changes"
This commit is contained in:
		| @@ -31,7 +31,7 @@ function load() { | ||||
| } | ||||
|  | ||||
| eventService.subscribe([eventService.ENTITY_CHANGED, eventService.ENTITY_DELETED, eventService.ENTITY_SYNCED],  ({entityName, entity}) => { | ||||
|     // note that entity can also be just POJO without methods if coming from sync | ||||
|     // note that entity can also be just POJO without methods if coming FROM entity_changes | ||||
|  | ||||
|     if (!noteCache.loaded) { | ||||
|         return; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user