Enable CIDER composer by default

Also convert the setting to a watched setting to apply in realtime.
This commit is contained in:
Travis Ralston 2019-10-03 23:20:00 -06:00
parent 47c41759f7
commit 853c522467
4 changed files with 21 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',