[bug] opengraph description is wrong on static-fe #365
Labels
No labels
approved, awaiting change
broken setup
bug
cannot reproduce
configuration
documentation
duplicate
enhancement
extremely low priority
feature request
Fix it yourself
help wanted
invalid
mastodon_api
needs change/feedback
needs docs
needs tests
not a bug
not our bug
planned
pleroma_api
privacy
question
static_fe
triage
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
AkkomaGang/akkoma#365
Loading…
Add table
Add a link
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?
Akkoma version: 2022.12
When static-fe is enabled, the
og:descriptionmeta tag on /notice/{id} routes contains the user's bio, not the post content.twitter:descriptiondoes contain the post content, but this field either isn't used by services like Discord, or is overridden byog:description.Same applies to
og:imageon posts with attachments--it points to the user's avatar, thoughtwitter:playerdoes point to the first attachment.static-fe seems to have different meta tags than whatever generates them when pleroma-fe is used for logged out users, as with it disabled,
og:descriptionandog:imagepoint to the correct things