backend for xcvr appview
2
fork

Configure Feed

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

fix endpoint

rachel-mp4 ac4edf72 b9b2bd92

+2 -2
+2 -2
server/internal/oauth/xrpcclient.go
··· 103 103 Record: &util.LexiconTypeDecoder{Val: &profile}, 104 104 } 105 105 var out atproto.RepoPutRecord_Output 106 - err = c.xrpccli.Do(ctx, authargs, "POST", "application/json", "com.atproto.repo.createRecord", nil, input, &out) 106 + err = c.xrpccli.Do(ctx, authargs, "POST", "application/json", "com.atproto.repo.putRecord", nil, input, &out) 107 107 if err != nil { 108 - return errors.New("oops! failed to create a profile: " + err.Error()) 108 + return errors.New("oops! failed to update a profile: " + err.Error()) 109 109 } 110 110 return nil 111 111 }