mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
fix for delete note sync etc.
This commit is contained in:
@@ -99,7 +99,7 @@ async function fillInAdditionalProperties(sync) {
|
||||
|
||||
async function sendPing(client) {
|
||||
const syncRows = cls.getSyncRows()
|
||||
.filter(r => r.entityName !== 'recent_notes'); // only noise ...
|
||||
.filter(r => r.entityName !== 'recent_notes' && (r.entityName !== 'options' || r.entityId !== 'openTabs')); // only noise ...
|
||||
|
||||
for (const sync of syncRows) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user