a tool for shared writing and social publishing
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

backdate appview some more

+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 * 24).toString()); 236 236 }, 237 237 }); 238 238 let firehose = new Firehose({