tangled
alpha
login
or
join now
lemmaeof.gay
/
witchsky.app
forked from
jollywhoppers.com/witchsky.app
0
fork
atom
Bluesky app fork with some witchin' additions 💫
0
fork
atom
overview
issues
pulls
pipelines
check for dirty pronouns and website when updating profile
LemmaEOF
1 month ago
9b8c7cbc
ae6b1081
+3
-1
1 changed file
expand all
collapse all
unified
split
src
screens
Profile
Header
EditProfileDialog.tsx
+3
-1
src/screens/Profile/Header/EditProfileDialog.tsx
···
145
145
displayName !== initialDisplayName ||
146
146
description !== initialDescription ||
147
147
userAvatar !== profile.avatar ||
148
148
-
userBanner !== profile.banner
148
148
+
userBanner !== profile.banner ||
149
149
+
pronouns !== initialPronouns ||
150
150
+
website !== initialWebsite
149
151
150
152
const enableSquareAvatars = useEnableSquareAvatars()
151
153