Fix attach file with the current message queue flow
I've moved the image/attach message creation from the backend to the frontend so now we need to create the message with the file path in the url field to attach a file. This simplifies the backend and allow us more control over the temp message that we're showing because we can render the temp message with the image
Please register or sign in to comment