Message: Fix reactions (#5866)

This commit is contained in:
Alexander Zinchuk 2025-04-23 18:59:35 +02:00
parent cefc17915f
commit a45b268af8

View File

@ -1052,7 +1052,7 @@ const Message: FC<OwnProps & StateProps> = ({
noRecentReactors={isChannel}
tags={tags}
isCurrentUserPremium={isPremium}
isAccountFrozen
isAccountFrozen={isAccountFrozen}
/>
);
}