[Bug] Plaintext erroneously dropping content #184
Labels
No labels
a11y
Bug
Bug fix
Critical Priority
Documentation
Feature
Feature request
Held for next release cycle
High Priority
Low Priority
Medium Priority
Minor change
Translation/Locale
WIP
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: AkkomaGang/akkoma-fe#184
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?
Looks like an inherited bug. Any ideas if this is front or back-end?
More details here
The “more details” link is dead, but it’s a backend issue and still exists in 3.12/2024.03.
Checking network requests shows
api/v1/statuses
is called with the correct full text, typetext/plain
, etc to generate the preview, but the returned response containscontent "std::box>"
(but still the full text inakkoma.source
)Seems like it erroneously strips this as an HTML tag instead of/before escaping plaintext for HTML use