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