Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Fuggedaboudit (#4829)

authored by

Eric Bailey and committed by
GitHub
fac1af43 a03622dd

+1 -3
+1 -3
src/view/com/notifications/FeedItem.tsx
··· 171 171 ) 172 172 } 173 173 174 - let isFollowBack = false 175 174 let action = '' 176 175 let icon = ( 177 176 <HeartIconFilled ··· 192 191 item.notification.author.viewer?.following && 193 192 gate('ungroup_follow_backs') 194 193 ) { 195 - isFollowBack = true 196 194 action = _(msg`followed you back`) 197 195 } else { 198 196 action = _(msg`followed you`) ··· 272 270 visible={!isAuthorsExpanded} 273 271 authors={authors} 274 272 onToggleAuthorsExpanded={onToggleAuthorsExpanded} 275 - showDmButton={item.type === 'starterpack-joined' || isFollowBack} 273 + showDmButton={item.type === 'starterpack-joined'} 276 274 /> 277 275 <ExpandedAuthorsList visible={isAuthorsExpanded} authors={authors} /> 278 276 <Text style={[styles.meta, a.self_start]}>