1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-20 16:22:28 +03:00

Merge pull request #1883 from matrix-org/luke/cement-sticker-messages

Take feature_sticker_messagse out of labs
This commit is contained in:
Luke Barnard
2018-05-09 16:52:20 +01:00
committed by GitHub
2 changed files with 1 additions and 10 deletions

View File

@@ -338,10 +338,7 @@ export default class MessageComposer extends React.Component {
}
}
let stickerpickerButton;
if (SettingsStore.isFeatureEnabled('feature_sticker_messages')) {
stickerpickerButton = <Stickerpicker key='stickerpicker_controls_button' room={this.props.room} />;
}
const stickerpickerButton = <Stickerpicker key='stickerpicker_controls_button' room={this.props.room} />;
controls.push(
<MessageComposerInput