a tool for shared writing and social publishing

log cursor in the past

+1 -1
+1 -1
appview/index.ts
··· 232 232 setCursor: async (cursor) => { 233 233 console.log(cursor); 234 234 // persist cursor 235 - await writeFile(cursorFile, cursor.toString()); 235 + await writeFile(cursorFile, (cursor - 300 * 60 * 60 * 48).toString()); 236 236 }, 237 237 }); 238 238 let firehose = new Firehose({