Open
Conversation
✅ Deploy Preview for fancy-gelato-7cdad5 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
3f97887 to
0488f2c
Compare
0488f2c to
f66952b
Compare
f66952b to
d340727
Compare
d340727 to
42d0cc1
Compare
42d0cc1 to
1db1e31
Compare
1db1e31 to
e2c5ce4
Compare
e2c5ce4 to
debfe80
Compare
debfe80 to
5ad2bba
Compare
5ad2bba to
67a9a00
Compare
67a9a00 to
489d173
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
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.
Note
Medium Risk
Moderate risk because it rewires profile identity/display-name data flow across SEO/SSR and multiple feed components, and changes PKCE/OAuth storage+hashing logic used in the X verification flow.
Overview
Unifies profile lookups on the new
/api/profileendpoint and updates SEO/SSR/meta generation to preferpublic_nameand nestedprofile.bio/profile.chain_namewhen building profile titles/descriptions.Introduces shared display-name plumbing (
resolveDisplayName,useAccountDisplayName,useAccountDisplayNames, andpostSenderhelpers) and refactors feed/activity/tip/post-detail UI to use backend-provided sender info and batched profile fetching instead of the removed globaluseProfileFeed/profileDisplayNamesAtom.Enables the profile edit entry points (including the X verification CTA), updates the on-chain
ProfileRegistryACI +useProfilewrite call to dropdisplay_source, and hardens X OAuth PKCE by adding a SHA-256 fallback implementation plus dual (session+local) storage with TTL and expanded tests.Written by Cursor Bugbot for commit 489d173. This will update automatically on new commits. Configure here.