Open ayyrickay opened 2 years ago
Update: this could be a key feature for some internal use cases, so increasing the priority of this is valid.
I may want to get some testing implemented initially, because some guard rails for this level of feature implementation would be really nice. 👍
I believe this could be pretty simple to implement using the Conversations API if it's scoped to inbound images. It should only require checking to see if the incoming message has Media on it, ensuring it's an image, and then rendering that media in an
<img>
tag, or maybe using some Paste component.