Show badges in reaction viewer
This commit is contained in:
parent
2cbcd59609
commit
c63bf11a8f
14 changed files with 44 additions and 53 deletions
|
@ -9,6 +9,7 @@ import { mapDispatchToProps } from '../actions';
|
|||
import type { StateType } from '../reducer';
|
||||
|
||||
import { TimelineItem } from '../../components/conversation/TimelineItem';
|
||||
import { getPreferredBadgeSelector } from '../selectors/badges';
|
||||
import { getIntl, getInteractionMode, getTheme } from '../selectors/user';
|
||||
import {
|
||||
getConversationSelector,
|
||||
|
@ -68,6 +69,7 @@ const mapStateToProps = (state: StateType, props: ExternalProps) => {
|
|||
conversationId,
|
||||
conversationColor: conversation?.conversationColor,
|
||||
customColor: conversation?.customColor,
|
||||
getPreferredBadge: getPreferredBadgeSelector(state),
|
||||
isSelected,
|
||||
renderContact,
|
||||
renderUniversalTimerNotification,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue