Message: Fix reaction animation not playing (#3324)
This commit is contained in:
parent
a34369c859
commit
761986e34c
@ -371,7 +371,7 @@ addActionHandler('animateUnreadReaction', (global, actions, payload): ActionRetu
|
|||||||
|
|
||||||
actions.markMessagesRead({ messageIds, tabId });
|
actions.markMessagesRead({ messageIds, tabId });
|
||||||
|
|
||||||
if (selectPerformanceSettingsValue(global, 'reactionEffects')) return undefined;
|
if (!selectPerformanceSettingsValue(global, 'reactionEffects')) return undefined;
|
||||||
|
|
||||||
global = getGlobal();
|
global = getGlobal();
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user