a tool for shared writing and social publishing
0
fork

Configure Feed

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

add seq and uri to event logs in firehose consumer

+1 -1
+1 -1
appview/index.ts
··· 54 54 ) 55 55 return; 56 56 if (evt.collection !== "app.bsky.feed.post") 57 - console.log(`${evt.event} in ${evt.collection}`); 57 + console.log(`${evt.event} in ${evt.collection} @ ${evt.seq}: ${evt.uri}`); 58 58 if (evt.collection === ids.PubLeafletDocument) { 59 59 if (evt.event === "create" || evt.event === "update") { 60 60 let record = PubLeafletDocument.validateRecord(evt.record);