bluesky-social / atproto

Social networking technology created by Bluesky
Other
7.2k stars 510 forks source link

Filter out invalid facets in RichText #2933

Closed mozzius closed 3 weeks ago

mozzius commented 3 weeks ago

Negative-length facets cause text to be duplicated for whatever reason. Fixed by filtering out facets where byteStart is larger than byteEnd. Zero-length facets are still allowed.

A new test case was added to catch this:

Screenshot 2024-10-31 at 17 45 17