a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm
101
fork

Configure Feed

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

chore(repo): make it clearer prev is not necessary

Mary fc1e9b01 1bba4f39

+2 -1
+2 -1
packages/utilities/repo/lib/types.ts
··· 37 37 did: string; 38 38 data: CidLink; 39 39 rev: string; 40 + sig: Bytes; 41 + /** backwards compatibility with v2, history bookkeeping is not required */ 40 42 prev: CidLink | null; 41 - sig: Bytes; 42 43 } 43 44 44 45 /**