Bluesky app fork with some witchin' additions 💫

check for dirty pronouns and website when updating profile

Signed-off-by: lemmaeof.gay <6722691+LemmaEOF@users.noreply.github.com>

LemmaEOF 13cf3a5a 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