this repo has no description
1
fork

Configure Feed

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

fix getting service endpoint

+1 -1
+1 -1
api/server/blobs.go
··· 93 93 return "", fmt.Errorf("failed to fetch DID document: %w", err) 94 94 } 95 95 96 - serviceEndpoint := doc.GetServiceEndpoint("#atproto_pds") 96 + serviceEndpoint := doc.GetServiceEndpoint("atproto_pds") 97 97 if serviceEndpoint == "" { 98 98 return "", fmt.Errorf("no PDS endpoing found in DID document") 99 99 }