tangled
alpha
login
or
join now
moth11.net
/
88x31
0
fork
atom
tiny 88x31 lexicon for atproto
0
fork
atom
overview
issues
pulls
pipelines
beep
moth11.net
1 month ago
ef727c7e
73adb358
+1
1 changed file
expand all
collapse all
unified
split
handler
button.go
+1
handler/button.go
···
68
68
id, err := identity.DefaultDirectory().LookupHandle(r.Context(), h)
69
69
if err == nil {
70
70
did = id.DID.String()
71
71
+
log.Println(did)
71
72
} else {
72
73
log.Println(err.Error())
73
74
}