Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Only add the URI to the record (#4639)

authored by

Hailey and committed by
GitHub
e5b9f130 fc2fba09

+1 -1
+1 -1
src/state/queries/starter-packs.ts
··· 127 127 description, 128 128 descriptionFacets, 129 129 list: listRes?.uri, 130 - feeds, 130 + feeds: feeds?.map(f => ({uri: f.uri})), 131 131 createdAt: new Date().toISOString(), 132 132 }, 133 133 )