diff --git a/sync-simple.js b/sync-simple.js index 93be489..7a53f68 100644 --- a/sync-simple.js +++ b/sync-simple.js @@ -75,7 +75,6 @@ function sync(messages, since, fileId) { WHERE timestamp > ? ORDER BY timestamp`, [since], - true ); let trie = addMessages(db, messages);