Merge pull request #6720 from matrix-org/gsouquet/replies-fix-18717

This commit is contained in:
Germain
2021-09-02 08:42:54 +01:00
committed by GitHub
6 changed files with 45 additions and 19 deletions

View File

@@ -136,6 +136,7 @@ export default class ThreadView extends React.Component<IProps, IState> {
<MessageComposer
room={this.props.room}
resizeNotifier={this.props.resizeNotifier}
replyInThread={true}
replyToEvent={this.state?.thread?.replyToEvent}
showReplyPreview={false}
permalinkCreator={this.props.permalinkCreator}