[FIX] Send upload inside a thread (#4053)
This commit is contained in:
parent
456d017475
commit
e28f7ac4b6
|
@ -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 = () => {
|
||||||
|
|
Loading…
Reference in New Issue