Skip to content
Snippets Groups Projects
Unverified Commit d3cb4ede authored by Diego Mello's avatar Diego Mello Committed by GitHub
Browse files

[FIX] Get custom emoji on reactions modal (#913)

parent 944e4198
No related branches found
No related tags found
No related merge requests found
...@@ -7,6 +7,7 @@ import Modal from 'react-native-modal'; ...@@ -7,6 +7,7 @@ import Modal from 'react-native-modal';
import Touchable from 'react-native-platform-touchable'; import Touchable from 'react-native-platform-touchable';
import Emoji from './message/Emoji'; import Emoji from './message/Emoji';
import { getCustomEmoji } from './message/utils';
import I18n from '../i18n'; import I18n from '../i18n';
import { CustomIcon } from '../lib/Icons'; import { CustomIcon } from '../lib/Icons';
import sharedStyles from '../views/Styles'; import sharedStyles from '../views/Styles';
...@@ -78,6 +79,7 @@ const Item = React.memo(({ item, user, baseUrl }) => { ...@@ -78,6 +79,7 @@ const Item = React.memo(({ item, user, baseUrl }) => {
standardEmojiStyle={standardEmojiStyle} standardEmojiStyle={standardEmojiStyle}
customEmojiStyle={customEmojiStyle} customEmojiStyle={customEmojiStyle}
baseUrl={baseUrl} baseUrl={baseUrl}
getCustomEmoji={getCustomEmoji}
/> />
</View> </View>
<View style={styles.peopleItemContainer}> <View style={styles.peopleItemContainer}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment