backend for xcvr appview
3
fork

Configure Feed

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

fix typo and add log

rachel-mp4 a78aacb0 96f89e10

+4 -1
+4 -1
server/internal/oauth/xrpcclient.go
··· 97 97 return errors.New("failed to get oauthsessionauthargs while making post: " + err.Error()) 98 98 } 99 99 cli := client.NewAPIClient(authargs.PdsUrl) 100 - getOut, err := atproto.RepoGetRecord(ctx, cli, "", "orx.xcvr.actor.profile", authargs.Did, "self") 100 + getOut, err := atproto.RepoGetRecord(ctx, cli, "", "org.xcvr.actor.profile", authargs.Did, "self") 101 + if err != nil { 102 + return errors.New("messed that up! " + err.Error()) 103 + } 101 104 if getOut.Cid == nil { 102 105 return c.CreateXCVRProfile(profile, s, ctx) 103 106 }