add reaction when user click other user's reaction from a post (#1340)
This commit is contained in:
parent
3c309da69d
commit
0052b46c54
1 changed files with 3 additions and 2 deletions
|
|
@ -4,12 +4,13 @@
|
|||
import {connect} from 'react-redux';
|
||||
import {bindActionCreators} from 'redux';
|
||||
|
||||
import {addReaction, getReactionsForPost, removeReaction} from 'mattermost-redux/actions/posts';
|
||||
import {getReactionsForPost, removeReaction} from 'mattermost-redux/actions/posts';
|
||||
import {makeGetReactionsForPost} from 'mattermost-redux/selectors/entities/posts';
|
||||
import {getCurrentUserId} from 'mattermost-redux/selectors/entities/users';
|
||||
|
||||
import {getTheme} from 'mattermost-redux/selectors/entities/preferences';
|
||||
|
||||
import {addReaction} from 'app/actions/views/emoji';
|
||||
|
||||
import Reactions from './reactions';
|
||||
|
||||
function makeMapStateToProps() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue