backend for xcvr appview

omg it worked :3

+1 -1
+1 -1
server/internal/oauth/oauthclient.go
··· 216 216 func CreateXCVRMedia(cs *oauth.ClientSession, imr *lex.MediaRecord, ctx context.Context) (uri string, cid string, err error) { 217 217 c := cs.APIClient() 218 218 body := map[string]any{ 219 - "collection": "org.xcvr.lrc.message", 219 + "collection": "org.xcvr.lrc.media", 220 220 "repo": *c.AccountDID, 221 221 "record": imr, 222 222 }