this repo has no description
0
fork

Configure Feed

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

set account did if ident (#1140)

I believe that we need to set the accountDID to ident.DID so we can set
info.DID later on if we are not given an auth server url

authored by

bnewbold and committed by
GitHub
28dfd353 9fa07224

+1
+1
atproto/auth/oauth/oauth.go
··· 535 535 if err != nil { 536 536 return "", fmt.Errorf("failed to resolve username (%s): %w", identifier, err) 537 537 } 538 + accountDID = ident.DID 538 539 host := ident.PDSEndpoint() 539 540 if host == "" { 540 541 return "", fmt.Errorf("identity does not link to an atproto host (PDS)")