From b60e5345ae82bc93e1b79ccf3d608df4972d76f5 Mon Sep 17 00:00:00 2001 From: rachel-mp4 Date: Sun, 12 Oct 2025 12:07:05 -0400 Subject: [PATCH] omg it worked :3 --- server/internal/oauth/oauthclient.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/internal/oauth/oauthclient.go b/server/internal/oauth/oauthclient.go index 59824c6..c481f76 100644 --- a/server/internal/oauth/oauthclient.go +++ b/server/internal/oauth/oauthclient.go @@ -216,7 +216,7 @@ func UploadBLOB(cs *oauth.ClientSession, file multipart.File, fileHeader *multip func CreateXCVRMedia(cs *oauth.ClientSession, imr *lex.MediaRecord, ctx context.Context) (uri string, cid string, err error) { c := cs.APIClient() body := map[string]any{ - "collection": "org.xcvr.lrc.message", + "collection": "org.xcvr.lrc.media", "repo": *c.AccountDID, "record": imr, } -- 2.51.2