This commit is contained in:
zadam
2020-01-24 22:30:17 +01:00
parent 7d9b720ea8
commit 7a62d1636b
18 changed files with 44 additions and 71 deletions

View File

@@ -92,7 +92,9 @@ async function fillInAdditionalProperties(sync) {
}
async function sendPing(client) {
const syncData = require('./sync_table').getEntitySyncsNewerThan(lastAcceptedSyncIds[client.id]);
const syncData = require('./sync_table')
.getEntitySyncsNewerThan(lastAcceptedSyncIds[client.id])
.filter(r => r.entityName !== 'recent_notes'); // only noise ...
for (const sync of syncData) {
try {