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 tangled.org ec2e2e11 ae6b1081

+3 -1
+3 -1
src/screens/Profile/Header/EditProfileDialog.tsx
··· 145 145 displayName !== initialDisplayName || 146 146 description !== initialDescription || 147 147 userAvatar !== profile.avatar || 148 - userBanner !== profile.banner 148 + userBanner !== profile.banner || 149 + pronouns !== initialPronouns || 150 + website !== initialWebsite 149 151 150 152 const enableSquareAvatars = useEnableSquareAvatars() 151 153