a tool for shared writing and social publishing
0
fork

Configure Feed

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

log event time as well as sequence

+3 -1
+3 -1
appview/index.ts
··· 85 85 ) 86 86 return; 87 87 if (evt.collection !== "app.bsky.feed.post") 88 - console.log(`${evt.event} in ${evt.collection} @ ${evt.seq}: ${evt.uri}`); 88 + console.log( 89 + `${evt.event} in ${evt.collection} ${evt.uri}: ${evt.seq} ${evt.time}`, 90 + ); 89 91 if (evt.collection === ids.PubLeafletDocument) { 90 92 if (evt.event === "create" || evt.event === "update") { 91 93 let record = PubLeafletDocument.validateRecord(evt.record);