mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 13:56:11 +01:00
fixes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user