Add Support for Images on DMs (XMTP) #2817
Closed
petermdenton
started this conversation in
Ideas
Replies: 1 comment
-
This is a great idea 🚀 My only concern is uploading images as base64 to xmtp might not be a good idea for lenster, as it takes too long to load, and me miss some features like distributing images to CDN, transcoding etc. We also don't want to show loading while loading and image, if we use CDN it will be near instant on further loads. I suggest to use traditional ipfs uploader where we already used in new posts/comments component. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Overview
Adding images to the DM experience would bring more engagement to users messaging across Lenster. Images would make the messaging experience on par with other messaging platform user experiences and open the door to more and more engaging attachments across Lens.
User Experience
As you can see in the video below, a user can:
Watch the video below:
https://user-images.githubusercontent.com/483/227057859-b5dd6059-cdd5-4224-81ac-22d97029afe9.mov
In the video above, we (XMTP) have used the newly introduced Attachment and RemoteAttachment content types which you can read more about here: https://xmtp.org/blog/attachments-and-remote-attachments.
Type of change
PR for Feature
The PR is available in this branch:
#2149
Beta Was this translation helpful? Give feedback.
All reactions