Merge branch 'develop' of https://github.com/matrix-org/matrix-react-sdk into develop
Conflicts: src/i18n/strings/gl.json
This commit is contained in:
commit
8a4f6f0048
36 changed files with 44 additions and 192 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue