Currently, the chat system only supports text messages. Extend it to allow sending images between users. The encryption will be handled by the existing E2EE infrastructure, so the focus is on enabling file uploads via a button and automatic detection of pasted images (e.g., Ctrl+V). The receiving user should see the image inline within the chat conversation.
Currently, the chat system only supports text messages. Extend it to allow sending images between users. The encryption will be handled by the existing E2EE infrastructure, so the focus is on enabling file uploads via a button and automatic detection of pasted images (e.g., Ctrl+V). The receiving user should see the image inline within the chat conversation.