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: verify that there's at least one

Mary ea320f37 114bb6d6

+1 -1
+1 -1
src/api/types/plc.ts
··· 28 28 29 29 const updateOp = v.object({ 30 30 type: v.literal('plc_operation'), 31 - rotationKeys: v.array(didKeyString), 31 + rotationKeys: v.pipe(v.array(didKeyString), v.minLength(1)), 32 32 verificationMethods: v.record(v.string(), didKeyString), 33 33 alsoKnownAs: v.array(v.pipe(v.string(), v.url())), 34 34 services: v.record(