tangled
alpha
login
or
join now
moth11.net
/
rvcx
3
fork
atom
backend for xcvr appview
3
fork
atom
overview
issues
4
pulls
pipelines
omg it worked :3
moth11.net
5 months ago
b60e5345
2c6b9b31
+1
-1
1 changed file
expand all
collapse all
unified
split
server
internal
oauth
oauthclient.go
+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
219
-
"collection": "org.xcvr.lrc.message",
219
219
+
"collection": "org.xcvr.lrc.media",
220
220
"repo": *c.AccountDID,
221
221
"record": imr,
222
222
}