-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
fix(settings): change Mastodon only URI to webfinger #53109
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
base: master
Are you sure you want to change the base?
Conversation
Thanks @TechnicalSuwako. This change does seem to make sense. Can you adjust the commit message to be in conventional format? Refs: https://swicg.github.io/activitypub-webfinger/ |
@joshtrichards What does the "traditional format" look like? |
Signed-off-by: 諏訪子 <suwako@076.moe>
Signed-off-by: 諏訪子 <suwako@076.moe>
Code looks good, thank you.
|
Signed-off-by: 諏訪子 <suwako@076.moe>
Summary
The URI for Mastodon only has been changed to the URI used for all Fediverse servers.
https://{$instance}/api/v1/accounts/lookup?acct={$username}@{$instance}
→https://{$instance}.well-known/webfinger?resource=acct:{$username}@{$instance}
TODO
Checklist