tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
this should be fine for now
moth11.net
4 months ago
7f257141
f64f4c9c
+1
-3
1 changed file
expand all
collapse all
unified
split
src
lib
wscontext.svelte.ts
+1
-3
src/lib/wscontext.svelte.ts
···
236
236
}).then((val) => console.log(val), (val) => console.log(val))
237
237
}, 2000)
238
238
})
239
239
-
// TODO: backend respond correctly
240
240
-
const uri = "beep"
241
241
-
const contentAddress = `${api}/lrc/getImage?uri=${uri}`
239
239
+
const contentAddress = `${api}/lrc/getImage?handle=${this.handle}&cid=${this.atpblob.ref}`
242
240
if (this.mediaactive) {
243
241
pubImage(alt, contentAddress, this)
244
242
}