a tool for shared writing and social publishing
fork

Configure Feed

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

at feature/set-page-width 4 lines 197 B view raw
1import { BlobRef } from "@atproto/lexicon"; 2 3export const blobRefToSrc = (b: BlobRef["ref"], did: string) => 4 `/api/atproto_images?did=${did}&cid=${(b as unknown as { $link: string })["$link"]}`;