A fork of the Cocoon PDS but being made more distributed.
11

Configure Feed

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

set content-disposition on sync.getBlob (#12)

authored by

charlotte ✨ and committed by
GitHub
(Jun 7, 2025, 12:17 AM -0700) aa02fb9d dec202b8

+2
+2
server/handle_sync_get_blob.go
··· 44 44 buf.Write(p.Data) 45 45 } 46 46 47 + e.Response().Header().Set(echo.HeaderContentDisposition, "attachment; filename=" + c.String()) 48 + 47 49 return e.Stream(200, "application/octet-stream", buf) 48 50 }