export canEdit prop

This commit is contained in:
Gleidson Daniel 2022-09-20 20:07:39 -03:00
parent 58a6e2286a
commit 45183121c7
1 changed files with 1 additions and 1 deletions

View File

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