Merge pull request #6720 from matrix-org/gsouquet/replies-fix-18717
This commit is contained in:
commit
9be9e75c13
6 changed files with 45 additions and 19 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue