Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Add embed to post view when converting from embed view (#2929)

authored by

Hailey and committed by
GitHub
2e132a7a 5573c38c

+1
+1
src/state/queries/util.ts
··· 53 53 record: v.value, 54 54 indexedAt: v.indexedAt, 55 55 labels: v.labels, 56 + embed: v.embeds?.[0], 56 57 } 57 58 }