Ability to add alt text to profile pictures #249
Labels
No labels
approved, awaiting change
bug
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs docs
needs tests
not a bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma#249
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Im not entirely sure how AP would handle this, but a way for profile pictures to have alt text feels important for the fediverse and accessability, and as far as im aware no software allows for this, so lets be the first
AP-wise I guess the same as with an attachment. Add a
name
key (in this case to the icon property) and use that.And I guess using
name
instead of e.g.summary
orcontent
is (besides consistency with attachment) because it's explicitly plain text https://www.w3.org/TR/activitystreams-vocabulary/#dfn-name.Pleroma recently merged alt text support for profile pictures and banners. In the interest of compatibility and simplicity for clients we prob should at least match the external API field names (but we’ll also want to add a third one for profile backgrounds)
Ref.: https://git.pleroma.social/pleroma/pleroma/-/merge_requests/4227