-
Notifications
You must be signed in to change notification settings - Fork 48
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
More profile fields (blocked by Mastodon) #323
Comments
Evidently Mastodon metadata properties like web site are in "attachment": [
{
"type": "PropertyValue",
"name": "Web site",
"value": "<a href=\"https://snarfed.org\" target=\"_blank\" rel=\"nofollow noopener noreferrer me\"><span class=\"invisible\">https://</span><span class=\"\">snarfed.org</span><span class=\"invisible\"></span></a>"
}
], |
^ these are now both in BF's AS2 actors, but Mastodon isn't rendering them. Details in mastodon/mastodon#21904 |
More details on how Mastodon uses these fields: https://docs.joinmastodon.org/spec/activitypub/#properties-used-1 |
Argh, this was evidently user error. I was missing name from the attachment links, they showed up once I added that. And evidently summary worked after all, mastodon.social evidently shows it, I'm just (still) seeing an old cached copy on indieweb.social. So, done! |
Our AP actor profiles are pretty bare right now. Name, address, and profile and header images make it through, but not bio or web site links. We should get those working too. h-card mf2 for bio comes from
p-note
, web site links fromu-url
.The text was updated successfully, but these errors were encountered: