https://github.com/bluesky-social/goat but with tangled's CI
9
fork

Configure Feed

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

reword the failure text

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