fix(profile): allow verified users to edit social handles - #14592
Merged
Conversation
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Verified users could not edit their X, Instagram, or TikTok handles on desktop web, mobile web, or native. Web profiles also substituted the Audius username for verified social handles, so a renamed account could display and link to the wrong handle even after its stored value was corrected.
Enable editing for all three social fields and render their stored values on web. Remove the obsolete Twitter handle whitelist and the verification props used only to disable these inputs. Existing account and social verification flags are unchanged.
Validation: ESLint passes for all changed web files, and the diff passes whitespace checks. Full web and native type checks could not pass in this worktree because of dependency/configuration errors, including missing wagmi modules and the React Native TypeScript configuration. Native lint is also blocked by that missing configuration. An authenticated save flow and native runtime have not been exercised; clearing a social handle remains subject to the existing backend behavior and is not fixed here.