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

Configure Feed

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

goat: add TODO for iss fragment identifiers

+1
+1
account.go
··· 416 416 } 417 417 418 418 issString := cctx.String("iss") 419 + // TODO: support fragment identifiers 419 420 iss, err := syntax.ParseDID(issString) 420 421 if err != nil { 421 422 return fmt.Errorf("iss argument must be a valid DID: %w", err)