Files
snek/src
retoor 93ceda2286 fix: scope image src extraction to text container in message rendering
The previous implementation incorrectly queried all images within the entire message div, causing duplicate or out-of-context image source concatenation. This change restricts the querySelectorAll to only images nested inside the `.text` element, ensuring each message's image sources are appended exactly once and only from the relevant content area.
2025-06-27 15:38:35 +00:00
..