this repo has no description
0
fork

Configure Feed

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

During export, skip blobs it can't find rather than erroring out.

Orual 06cdd9ae 9c19d0c4

+2 -1
+2 -1
cmd/goat/blob.go
··· 113 113 } 114 114 blobBytes, err := comatproto.SyncGetBlob(ctx, &xrpcc, cidStr, ident.DID.String()) 115 115 if err != nil { 116 - return err 116 + fmt.Printf("%s\tnot found\n", blobPath) 117 + 117 118 } 118 119 if err := os.WriteFile(blobPath, blobBytes, 0666); err != nil { 119 120 return err