Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client
122
fork

Configure Feed

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

Fix issue which caused parent posts to fail at mobx reactivity

+1 -1
+1 -1
src/view/com/posts/FeedItem.tsx
··· 19 19 import {s, colors} from '../../lib/styles' 20 20 import {useStores} from '../../../state' 21 21 22 - export const FeedItem = observer(function FeedItem({ 22 + export const FeedItem = observer(function ({ 23 23 item, 24 24 showReplyLine, 25 25 }: {