Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

check for dirty pronouns and website when updating profile

authored by

LemmaEOF and committed by
koi
6d2c676a a0b84fb1

+3 -1
+3 -1
src/screens/Profile/Header/EditProfileDialog.tsx
··· 134 134 displayName !== initialDisplayName || 135 135 description !== initialDescription || 136 136 userAvatar !== profile.avatar || 137 - userBanner !== profile.banner 137 + userBanner !== profile.banner || 138 + pronouns !== initialPronouns || 139 + website !== initialWebsite 138 140 139 141 const enableSquareAvatars = useEnableSquareAvatars() 140 142