mirror of
https://github.com/iv-org/invidious.git
synced 2026-09-06 09:02:45 -05:00
custom yt emojis don't render anymore on invidious, youtube changed the comment format to commentEntityPayload which goes to parse_description but it never reads attachmentRuns, the emoji images live there. the old emoji code sits in content_to_comment_html, which gets no data now, the descriptions have the same flaw. the fix was reading attachmentRuns in the same pass as commandRuns Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>