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.

typo

Hailey (Mar 28, 2025, 11:41 PM -0700) 90a22cd3 ba805c95

+1 -1
+1 -1
server/repo.go
··· 83 83 } 84 84 85 85 type ApplyWriteResult struct { 86 - Uri string `json:"string"` 86 + Uri string `json:"uri"` 87 87 Cid string `json:"cid"` 88 88 Commit *RepoCommit `json:"commit"` 89 89 ValidationStatus *string `json:"validationStatus"`