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
73adb358
2a777ab8
+4
1 changed file
expand all
collapse all
unified
split
handler
button.go
+4
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
+
} else {
72
72
+
log.Println(err.Error())
71
73
}
74
74
+
} else {
75
75
+
log.Println(err.Error())
72
76
}
73
77
}
74
78