export canEdit prop
This commit is contained in:
parent
58a6e2286a
commit
45183121c7
|
@ -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 = () => {
|
||||
|
|
Loading…
Reference in New Issue