From 2ea6501e6fc3d3e2eefca6a37a6905c2ca057a99 Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 6 Jun 2024 19:06:28 -0700 Subject: [PATCH] fix writes --- src/screens/StarterPack/Wizard/State.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/screens/StarterPack/Wizard/State.tsx b/src/screens/StarterPack/Wizard/State.tsx index 68c573f129..eb9c393b11 100644 --- a/src/screens/StarterPack/Wizard/State.tsx +++ b/src/screens/StarterPack/Wizard/State.tsx @@ -148,6 +148,7 @@ export function Provider({ await agent.com.atproto.repo.applyWrites({ repo: currentAccount!.did, writes: state.profiles.map(p => ({ + $type: 'com.atproto.repo.applyWrites#create', collection: 'app.bsky.graph.listitem', value: { $type: 'app.bsky.graph.listitem', @@ -161,6 +162,7 @@ export function Provider({ await agent.app.bsky.graph.starterpack.create( { repo: currentAccount!.did, + validate: false, }, { name: state.name ?? '',