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

More profile fields (blocked by Mastodon) #323

Closed
snarfed opened this issue Nov 28, 2022 · 9 comments
Closed

More profile fields (blocked by Mastodon) #323

snarfed opened this issue Nov 28, 2022 · 9 comments

Comments

@snarfed
Copy link
Owner

snarfed commented Nov 28, 2022

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 from u-url.

@snarfed
Copy link
Owner Author

snarfed commented Nov 30, 2022

snarfed/granary@fa20820

@snarfed
Copy link
Owner Author

snarfed commented Nov 30, 2022

Evidently Mastodon metadata properties like web site are in attachment:

  "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>"
    }
  ],

@snarfed
Copy link
Owner Author

snarfed commented Nov 30, 2022

snarfed/granary@7e75ef8

@snarfed
Copy link
Owner Author

snarfed commented Nov 30, 2022

^ these are now both in BF's AS2 actors, but Mastodon isn't rendering them. Details in mastodon/mastodon#21904

@snarfed snarfed changed the title More profile fields More profile fields (blocked by Mastodon) Nov 30, 2022
@snarfed
Copy link
Owner Author

snarfed commented Nov 30, 2022

snarfed added a commit to snarfed/granary that referenced this issue Nov 30, 2022
@snarfed
Copy link
Owner Author

snarfed commented Nov 30, 2022

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!

@snarfed snarfed closed this as completed Nov 30, 2022
@snarfed
Copy link
Owner Author

snarfed commented Nov 30, 2022

Ugh, reopening, links are rendering badly
image

@snarfed snarfed reopened this Nov 30, 2022
@snarfed
Copy link
Owner Author

snarfed commented Nov 30, 2022

snarfed/granary@1c23aa4

@snarfed
Copy link
Owner Author

snarfed commented Dec 1, 2022

It's alive!
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant