v0.5.13
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.