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
+2
View File
@@ -66,4 +66,6 @@ export type Account = {
* this device.
*/
birthdateLastUpdatedAt?: string
lastSelectedHomeFeed?: string
}