Take replies out of labs!

This commit is contained in:
David Baker 2018-06-20 09:57:11 +01:00
parent 1352abf317
commit e67dae704a
5 changed files with 8 additions and 17 deletions

View file

@ -1181,7 +1181,7 @@ export default class MessageComposerInput extends React.Component {
return (
<div className="mx_MessageComposer_input_wrapper">
<div className="mx_MessageComposer_autocomplete_wrapper">
{ SettingsStore.isFeatureEnabled("feature_rich_quoting") && <ReplyPreview /> }
<ReplyPreview />
<Autocomplete
ref={(e) => this.autocomplete = e}
room={this.props.room}