scope last-selected-feed to per-account (#9500)

This commit is contained in:
Samuel Newman
2026-01-15 16:07:09 +02:00
committed by GitHub
parent 3b98f2f8ab
commit d9e37a222a
3 changed files with 33 additions and 21 deletions
+1
View File
@@ -116,6 +116,7 @@ const schema = z.object({
}),
hiddenPosts: z.array(z.string()).optional(), // should move to server
useInAppBrowser: z.boolean().optional(),
/** @deprecated */
lastSelectedHomeFeed: z.string().optional(),
pdsAddressHistory: z.array(z.string()).optional(),
disableHaptics: z.boolean().optional(),