You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix profile enrichment: detect handle-as-displayName and reduce debounce
The appview echoes the handle as displayName when a profile record hasn't
synced yet, so isIncompleteProfile was never flagging these profiles.
Changes:
- Detect displayName === handle as incomplete (appview echoes handle)
- Patch displayName even when set, if it's just the handle echoed back
- Also enrich profiles that have only a description from PDS
- Reduce debounce from 200ms to 50ms to minimize flash of incomplete data
0 commit comments