work-in-progress atproto PDS
typescript atproto pds atcute
4
fork

Configure Feed

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

fix: don't stream

this one's clearly safe

Mary 5480293e 98197788

+1 -1
+1 -1
packages/danaus/src/api/com.atproto/sync.getBlob.ts
··· 31 31 32 32 const blob = result.blob; 33 33 34 - return new Response(blob.size > 0 ? blob.stream() : null, { 34 + return new Response(blob.size > 0 ? blob : null, { 35 35 status: 200, 36 36 headers: { 37 37 'content-type': result.metadata.mimeType,