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

rachel-mp4 160dc435 8be10287

+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)")