RocketChat / Rocket.Chat.ReactNative

Rocket.Chat mobile clients
https://rocket.chat
MIT License
1.99k stars 1.16k forks source link

fix: fixes sending files to start a thread #5670

Closed dansilva-dev closed 4 months ago

dansilva-dev commented 5 months ago

Proposed changes

Currently, when trying to start a thread with an image or file, it was sent to the room and not to the thread. Another error was that as there was no thread created, the header said that the file would be sent to the room and not to the thread. This PR fixes both of these errors.

Issue(s)

How to test or reproduce

Screenshots

Types of changes

Checklist

Further comments

Jira: CORE-411