Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Mastodon Verification (#9858) #10245

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

victorchrollo14
Copy link
Contributor

Fixes Issue

Fixes issue: #9858

Changes proposed

  • In UserLinks.js we iterate through each link to identify mastodon links, if there is a match, we add the property rel="me" to the link Object.
  • This property is passed down to the UserLink Component.
  • In userLink.js we check for rel and render the mastodon link, which is kept invisible from users and will only be used by mastodon for verification.

Check List (Check all the applicable boxes)

  • My code follows the code style of this project.
  • My change requires changes to the documentation.
  • I have updated the documentation accordingly.
  • All new and existing tests passed.
  • This PR does not contain plagiarized content.
  • The title of my pull request is a short description of the requested changes.

Screenshots

image
Screenshot from 2024-02-22 17-35-58

Note to reviewers

The Above implementation does work, I used the same implementation in my portfolio site (https://www.victor-immanuel.tech/) which got verified on mastodon ( https://mastodon.social/@victor142)

@SaraJaoude SaraJaoude added the issue linked Pull Request has issue linked label Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue linked Pull Request has issue linked
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants