diff --git a/packages/client/src/store.ts b/packages/client/src/store.ts index da5e73413..3ec4e14e3 100644 --- a/packages/client/src/store.ts +++ b/packages/client/src/store.ts @@ -122,7 +122,12 @@ export const defaultStore = markRaw( }, visibility: { where: "deviceAccount", - default: "public" as "public" | "home" | "followers" | "specified", + default: "public" as + | "public" + | "home" + | "followers" + | "specified" + | "private", }, localOnly: { where: "deviceAccount",