Bluesky app fork with some witchin' additions 💫

set default display name to be blank (#2717)

authored by

Hailey and committed by
GitHub
10cd4adc dfc5a03e

+1 -1
+1 -1
src/state/session/index.tsx
··· 236 236 if (!deactivated) { 237 237 /*dont await*/ agent.upsertProfile(_existing => { 238 238 return { 239 - displayName: handle, 239 + displayName: '', 240 240 } 241 241 }) 242 242 }