Channel: Request reactions on opening (#5102)
This commit is contained in:
parent
9bedd6a10e
commit
f0ee58a2be
@ -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') {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user