frontend for xcvr appview

this should fix it

+4 -4
+4 -4
src/lib/wscontext.svelte.ts
··· 236 236 }).then((val) => console.log(val), (val) => console.log(val)) 237 237 }, 2000) 238 238 }) 239 - this.mediaactive = false 240 - this.atpblob = undefined 241 - this.myMediaSignet = undefined 242 - this.myMediaID = undefined 243 239 // TODO: backend respond correctly 244 240 const uri = "beep" 245 241 const contentAddress = `${api}/lrc/getImage?uri=${uri}` 246 242 if (this.mediaactive) { 247 243 pubImage(alt, contentAddress, this) 248 244 } 245 + this.mediaactive = false 246 + this.atpblob = undefined 247 + this.myMediaSignet = undefined 248 + this.myMediaID = undefined 249 249 } else { 250 250 pubImage(alt, undefined, this) 251 251 }