Channel: Request reactions on opening (#5102)

This commit is contained in:
zubiden 2024-10-26 13:01:57 +04:00 committed by Alexander Zinchuk
parent 9bedd6a10e
commit f0ee58a2be

View File

@ -334,7 +334,7 @@ const MessageList: FC<OwnProps & StateProps> = ({
if (!ids.length) return;
loadMessageReactions({ chatId, ids });
}, MESSAGE_REACTIONS_POLLING_INTERVAL, true);
}, MESSAGE_REACTIONS_POLLING_INTERVAL);
useInterval(() => {
if (!messageIds || !messagesById || type === 'scheduled') {