this repo has no description
0
fork

Configure Feed

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

Increase the profile bio line-count cutoff significantly to only catch very silly newline abuse (close #48)

+1 -1
+1 -1
src/view/com/profile/ProfileHeader.tsx
··· 237 237 {view.description ? ( 238 238 <RichText 239 239 style={[styles.description, pal.text]} 240 - numberOfLines={3} 240 + numberOfLines={15} 241 241 text={view.description} 242 242 entities={view.descriptionEntities} 243 243 />