Bluesky app fork with some witchin' additions 馃挮 witchsky.app
bluesky fork client
120
fork

Configure Feed

Select the types of activity you want to include in your feed.

at a876aae44ea07494ebea9727350aa060b81f317b 10 lines 280 B view raw
1/** 2 * Data that's specific to the device and does not vary based account. 3 * Values here should be optional (since they may not have been saved 4 * yet), hence the `Partial`. 5 * 6 * See `#/storage/schema.ts` for examples. 7 */ 8export type Device = Partial<{ 9 // add values here 10}>