tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
this is the real endpoint now
moth11.net
5 months ago
4c861b88
708bf0f9
+1
-1
1 changed file
expand all
collapse all
unified
split
src
lib
wscontext.svelte.ts
+1
-1
src/lib/wscontext.svelte.ts
···
238
238
}).then((val) => console.log(val), (val) => console.log(val))
239
239
}, 2000)
240
240
})
241
241
-
const contentAddress = `${api}/lrc/getImage?handle=${this.handle}&cid=${this.atpblob.ref["$link"]}`
241
241
+
const contentAddress = `${api}/xrpc/org.xcvr.lrc.getImage?handle=${this.handle}&cid=${this.atpblob.ref["$link"]}`
242
242
if (this.mediaactive) {
243
243
pubImage(alt, contentAddress, this)
244
244
}