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

ATProto => AP: text in <angular tags> is stripped #1144

Open
mackuba opened this issue Jun 22, 2024 · 2 comments
Open

ATProto => AP: text in <angular tags> is stripped #1144

mackuba opened this issue Jun 22, 2024 · 2 comments

Comments

@mackuba
Copy link

mackuba commented Jun 22, 2024

Example:

Original post: https://bsky.app/profile/mackuba.eu/post/3kvhsyfjr7s2s

Bridged post: https://mastodon.social/@mackuba.eu@bsky.brid.gy/112657049369567769

Screen Shot 2024-06-22 at 17 05 32

The <insert pepe silvia meme> fragment has been stripped - probably the angular brackets should be escaped to lt/gt first.

@snarfed
Copy link
Owner

snarfed commented Jun 22, 2024

Yes! Should be an easy fix. (Famous last words.)

@snarfed snarfed added the now label Jun 23, 2024
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.
@snarfed
Copy link
Owner

snarfed commented Jun 25, 2024

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 snarfed removed now labels Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants