1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-07 10:46:24 +03:00

Merge pull request #3519 from matrix-org/travis/enable-cider

Enable CIDER composer by default
This commit is contained in:
Michael Telatynski
2019-10-04 10:50:28 +01:00
committed by GitHub
4 changed files with 20 additions and 9 deletions

View File

@@ -26,6 +26,7 @@ import PlatformPeg from "../../../../../PlatformPeg";
export default class PreferencesUserSettingsTab extends React.Component {
static COMPOSER_SETTINGS = [
'useCiderComposer',
'MessageComposerInput.autoReplaceEmoji',
'MessageComposerInput.suggestEmoji',
'sendTypingNotifications',