fix backend to frontend sync with waitForSyncId()

This commit is contained in:
zadam
2020-03-10 21:33:03 +01:00
parent bcbf1b79c3
commit e6e41adad0
3 changed files with 22 additions and 5 deletions

View File

@@ -98,8 +98,7 @@ async function fillInAdditionalProperties(sync) {
}
async function sendPing(client) {
const syncRows = cls.getSyncRows()
.filter(r => r.entityName !== 'recent_notes' && (r.entityName !== 'options' || r.entityId !== 'openTabs')); // only noise ...
const syncRows = cls.getSyncRows();
for (const sync of syncRows) {
try {