Emoji Effect: Fix duplicate keys error (#3782)
This commit is contained in:
parent
e7a7e6f042
commit
03c6e79302
@ -158,7 +158,7 @@ addActionHandler('apiUpdate', (global, actions, update): ActionReturnType => {
|
|||||||
const tabState = selectTabState(global, tabId);
|
const tabState = selectTabState(global, tabId);
|
||||||
global = updateTabState(global, {
|
global = updateTabState(global, {
|
||||||
activeEmojiInteractions: [...(tabState.activeEmojiInteractions || []), {
|
activeEmojiInteractions: [...(tabState.activeEmojiInteractions || []), {
|
||||||
id: tabState.activeEmojiInteractions?.length || 0,
|
id: Math.random(),
|
||||||
animatedEffect: update.emoji,
|
animatedEffect: update.emoji,
|
||||||
messageId: update.messageId,
|
messageId: update.messageId,
|
||||||
} as ActiveEmojiInteraction],
|
} as ActiveEmojiInteraction],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user