Problem:
Today when you upload an image while a message is drafted in the compose window, it:
- Sends whatever is drafted
- Sends a 2nd message containing only the image
This means that even if the two are conceptually related (ie, the comment is describing the image), it will be forked into separate reactions, and have separate threads.
Solution
Rather than sending images as a totally separate message, combine the message and the attachment into a single message, such that it gets the same reactions and are part of the same thread.
Issue Owner
Current Issue Owner: @bfitzexpensify