[FIX] Send upload inside a thread (#4053)

This commit is contained in:
Reinaldo Neto 2022-04-14 14:40:37 -03:00 committed by GitHub
parent 456d017475
commit e28f7ac4b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -762,7 +762,7 @@ class MessageBox extends Component<IMessageBoxProps, IMessageBoxState> {
value = message; value = message;
replyCancel(); replyCancel();
} }
Navigation.navigate('ShareView', { room: this.room, value, attachments }); Navigation.navigate('ShareView', { room: this.room, thread: value, attachments });
}; };
createDiscussion = () => { createDiscussion = () => {