tangled
alpha
login
or
join now
moth11.net
/
xcvr
2
fork
atom
frontend for xcvr appview
2
fork
atom
overview
issues
pulls
pipelines
correct addSignet
moth11.net
7 months ago
ba3da3d8
b3340085
+2
-1
2 changed files
expand all
collapse all
unified
split
src
lib
types.ts
wscontext.svelte.ts
+1
-1
src/lib/types.ts
···
48
48
}
49
49
50
50
export type SignetView = {
51
51
-
$type: string
51
51
+
$type?: string
52
52
uri: string
53
53
issuerHandle: string
54
54
channelURI: string
+1
src/lib/wscontext.svelte.ts
···
295
295
const authorHandle = lex.authorHandle
296
296
const startedAt = Date.parse(lex.startedAt)
297
297
ctx.addSignet({
298
298
+
$type: "org.xcvr.lrc.defs#signetView",
298
299
uri: uri,
299
300
issuerHandle: issuerHandle,
300
301
channelURI: channelURI,