Message: Fix reaction animation not playing (#3324)

This commit is contained in:
Alexander Zinchuk 2023-06-16 12:44:55 +02:00
parent a34369c859
commit 761986e34c

View File

@ -371,7 +371,7 @@ addActionHandler('animateUnreadReaction', (global, actions, payload): ActionRetu
actions.markMessagesRead({ messageIds, tabId });
if (selectPerformanceSettingsValue(global, 'reactionEffects')) return undefined;
if (!selectPerformanceSettingsValue(global, 'reactionEffects')) return undefined;
global = getGlobal();