File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 6
6
MOUSE_EVENT_SOURCE ,
7
7
useEmojiStyleConfig ,
8
8
useReactionsConfig ,
9
- useAllowExpandReactions
9
+ useAllowExpandReactions ,
10
+ useGetEmojiUrlConfig
10
11
} from '../../config/useConfig' ;
11
12
import { DataEmoji } from '../../dataUtils/DataTypes' ;
12
13
import { emojiByUnified } from '../../dataUtils/emojiSelectors' ;
@@ -24,6 +25,7 @@ export function Reactions() {
24
25
useMouseDownHandlers ( ReactionsRef , MOUSE_EVENT_SOURCE . REACTIONS ) ;
25
26
const emojiStyle = useEmojiStyleConfig ( ) ;
26
27
const allowExpandReactions = useAllowExpandReactions ( ) ;
28
+ const getEmojiUrl = useGetEmojiUrlConfig ( ) ;
27
29
28
30
if ( ! reactionsOpen ) {
29
31
return null ;
@@ -43,6 +45,7 @@ export function Reactions() {
43
45
showVariations = { false }
44
46
className = { cx ( styles . emojiButton ) }
45
47
noBackground
48
+ getEmojiUrl = { getEmojiUrl }
46
49
/>
47
50
</ li >
48
51
) ) }
You can’t perform that action at this time.
0 commit comments