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: oops

Mary cee4f368 c2481ba1

+4 -1
+4 -1
src/api/types/did-doc.ts
··· 7 7 type: v.string(), 8 8 controller: didString, 9 9 publicKeyMultibase: v.optional( 10 - v.pipe(v.string(), v.regex(/^z[a-km-zA-HJ-NP-Z1-9]+$|^u[a-zA-Z0-9]$/, 'must be a valid multibase value')), 10 + v.pipe( 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'), 13 + ), 11 14 ), 12 15 }); 13 16