fix for delete note sync etc.

This commit is contained in:
zadam
2020-02-10 20:57:56 +01:00
parent 7767edd82f
commit 1d2fc773c2
13 changed files with 91 additions and 93 deletions

View File

@@ -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 {