Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Allow removal of feeds that fail to load (#4121)

authored by

Eric Bailey and committed by
GitHub
fe15e9df 52a885ad

+2 -2
+2 -2
src/view/com/feeds/FeedSourceCard.tsx
··· 94 94 useRemoveFeedMutation() 95 95 96 96 const savedFeedConfig = preferences?.savedFeeds?.find( 97 - f => f.value === feed?.uri, 97 + f => f.value === feedUri, 98 98 ) 99 99 const isSaved = Boolean(savedFeedConfig) 100 100 ··· 173 173 accessibilityRole="button" 174 174 accessibilityLabel={_(msg`Remove from my feeds`)} 175 175 accessibilityHint="" 176 - onPress={onToggleSaved} 176 + onPress={onUnsave} 177 177 hitSlop={15} 178 178 style={styles.btn}> 179 179 <FontAwesomeIcon