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 fix it
moth11.net
5 months ago
f64f4c9c
487287ef
+4
-4
1 changed file
expand all
collapse all
unified
split
src
lib
wscontext.svelte.ts
+4
-4
src/lib/wscontext.svelte.ts
···
236
236
}).then((val) => console.log(val), (val) => console.log(val))
237
237
}, 2000)
238
238
})
239
239
-
this.mediaactive = false
240
240
-
this.atpblob = undefined
241
241
-
this.myMediaSignet = undefined
242
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
245
+
this.mediaactive = false
246
246
+
this.atpblob = undefined
247
247
+
this.myMediaSignet = undefined
248
248
+
this.myMediaID = undefined
249
249
} else {
250
250
pubImage(alt, undefined, this)
251
251
}