Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
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