zer0dt / hodlocker

https://hodlocker.com
GNU General Public License v3.0
16 stars 6 forks source link

fix image parsing #24

Closed remjx closed 8 months ago

remjx commented 8 months ago

this fixes issue where after successfully replying to a post with an image, the image does not render in the reply.

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
hodlocker ❌ Failed (Inspect) Feb 1, 2024 4:55am
remjx commented 8 months ago

current commits only solve half the problem (setting hasImage). still not rendering... 👀 https://github.com/zer0dt/hodlocker/blob/image-comments-not-displaying/app/components/posts/PostContent.tsx#L106

remjx commented 8 months ago

closing as images are working fine in production now, clearly i am missing something 😭