Skip to content

v0.5.13

Choose a tag to compare

@github-actions github-actions released this 29 Apr 17:37
· 3696 commits to main since this release
9c22b63
fix: strip file extension from media IDs in serveMedia handler

The serveMedia handler was querying the database with the full URL path
including file extension (e.g., 'abc123.jpg'), but media IDs in the
database are UUIDs without extensions. This caused Threads API to fail
when fetching media URLs since it requires extensions for content-type
detection.