handy online tools for AT Protocol boat.kelinci.net
atproto bluesky atcute typescript solidjs
20
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: incorrect base64url encoding

Mary 2bdce37f 3a00b2d7

+1 -1
+1 -1
src/api/types/did-doc.ts
··· 9 9 publicKeyMultibase: v.optional( 10 10 v.pipe( 11 11 v.string(), 12 - v.regex(/^z[a-km-zA-HJ-NP-Z1-9]+$|^u[a-zA-Z0-9]+$/, 'must be a valid multibase value'), 12 + v.regex(/^z[a-km-zA-HJ-NP-Z1-9]+$|^u[a-zA-Z0-9-_]+$/, 'must be a valid multibase value'), 13 13 ), 14 14 ), 15 15 });