generalize markdown to content_type

This commit is contained in:
Mary Kate
2020-07-28 13:24:31 -05:00
parent bc787e0bbe
commit daf039d9bb
5 changed files with 17 additions and 16 deletions

View File

@@ -16,7 +16,7 @@ const mapStateToProps = state => ({
suggestions: state.getIn(['compose', 'suggestions']),
spoiler: state.getIn(['compose', 'spoiler']),
spoilerText: state.getIn(['compose', 'spoiler_text']),
markdown: state.getIn(['compose', 'markdown']),
content_type: state.getIn(['compose', 'text/markdown']),
privacy: state.getIn(['compose', 'privacy']),
focusDate: state.getIn(['compose', 'focusDate']),
caretPosition: state.getIn(['compose', 'caretPosition']),