-
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
ATProto => AP: text in <angular tags> is stripped #1144
Comments
Yes! Should be an easy fix. (Famous last words.) |
snarfed
added a commit
to snarfed/granary
that referenced
this issue
Jun 25, 2024
…escription` for snarfed/bridgy-fed#1144 also includes a `@skip`ed test for doing the same thing in `app.bsky.feed.post` `text`, which is more difficult to implement because we'll have to shuffle facet/tag indices over to match every time we escape an HTML char.
I've done this for profiles. Posts will be more difficult because we'll have to shuffle facet/tag indices over to match every time we escape an HTML char. Hrm. |
snarfed
added a commit
to snarfed/granary
that referenced
this issue
Feb 9, 2025
...while preserving facet/tag indices. for snarfed/bridgy-fed#1144
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example:
Original post: https://bsky.app/profile/mackuba.eu/post/3kvhsyfjr7s2s
Bridged post: https://mastodon.social/@[email protected]/112657049369567769
The
<insert pepe silvia meme>
fragment has been stripped - probably the angular brackets should be escaped to lt/gt first.The text was updated successfully, but these errors were encountered: