Skip to content
This repository has been archived by the owner on Oct 11, 2022. It is now read-only.

Commit

Permalink
Fix creating new DM thread
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Stoiber committed Dec 19, 2018
1 parent 460fa50 commit d8e9cc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/views/directMessages/containers/newThread.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { withApollo } from 'react-apollo';
import { withRouter } from 'react-router';
import compose from 'recompose/compose';
import Head from '../../../components/head';
import { withCurrentUser } from 'src/components/withCurrentUser';
import { connect } from 'react-redux';
import generateMetaInfo from 'shared/generate-meta-info';
import Messages from '../components/messages';
Expand Down Expand Up @@ -867,6 +868,7 @@ export default compose(
withApollo,
withRouter,
createDirectMessageThreadMutation,
withCurrentUser,
// $FlowIssue
connect(mapStateToProps)
)(NewThread);

0 comments on commit d8e9cc8

Please sign in to comment.