-
Notifications
You must be signed in to change notification settings - Fork 3
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
Add pronouns.page support #7
Comments
Languagespronouns.page/api/profile/get/{username}?version=2 provides pronouns in every language defined by the user. Displaying all of them is not viable, as that could take up too much space.
In the rare case that English is not available, maybe display just the first language on the profile? Opinionpronouns.page also supplies an opinion field with each pronoun. We pay attention to only use pronouns that are actually okay with the pronouns.page owner (okay, yes). Linking to the pageWe can add the pronouns.page icon to the plate so that users can click on it to get to the respective page. We can display this anytime we find a pronouns.page link. |
Reasoning
Some people only link to pronouns.page for their pronouns.
These instances are currently treated as "no pronouns found" in ProToots.
However pronouns.page does have a public API so adding support for those links wouldn't be too big of an issue.
Implementation idea
When finding a pronouns.page link in a user's field/bio send a GET request to pronouns.page and proceed with the response, as pronouns were found in the field/bio.
The text was updated successfully, but these errors were encountered: