An ATproto social media client -- with an independent Appview.
6
fork

Configure Feed

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

chore: sync with upstream

Sync with upstream

authored by

serenity and committed by
GitHub
aca1d988 99bfde59

+10 -15
+1 -1
package.json
··· 1 1 { 2 2 "name": "bsky.app", 3 - "version": "1.108.0", 3 + "version": "1.109.0", 4 4 "private": true, 5 5 "engines": { 6 6 "node": ">=20"
+8 -14
src/screens/PostThread/components/ThreadItemAnchor.tsx
··· 481 481 </Link> 482 482 ) : null} 483 483 {post.bookmarkCount != null && post.bookmarkCount !== 0 ? ( 484 - <Link to={likesHref} label={_(msg`Saves of this post`)}> 485 - <Text 486 - testID="bookmarkCount-expanded" 487 - style={[a.text_md, t.atoms.text_contrast_medium]}> 488 - <Text style={[a.text_md, a.font_bold, t.atoms.text]}> 489 - {formatPostStatCount(post.bookmarkCount)} 490 - </Text>{' '} 491 - <Plural 492 - value={post.bookmarkCount} 493 - one="save" 494 - other="saves" 495 - /> 496 - </Text> 497 - </Link> 484 + <Text 485 + testID="bookmarkCount-expanded" 486 + style={[a.text_md, t.atoms.text_contrast_medium]}> 487 + <Text style={[a.text_md, a.font_bold, t.atoms.text]}> 488 + {formatPostStatCount(post.bookmarkCount)} 489 + </Text>{' '} 490 + <Plural value={post.bookmarkCount} one="save" other="saves" /> 491 + </Text> 498 492 ) : null} 499 493 </View> 500 494 ) : null}
+1
src/screens/VideoFeed/index.tsx
··· 869 869 richText={richText} 870 870 post={post} 871 871 record={record} 872 + feedContext={feedContext} 872 873 logContext="FeedItem" 873 874 onPressReply={() => 874 875 navigation.navigate('PostThread', {