increased timeout for gettimestamp

This commit is contained in:
PhilReact 2024-11-26 01:34:27 +02:00
parent 8a2a09d6c8
commit 50e3c32d4b
2 changed files with 2 additions and 2 deletions

View File

@ -75,7 +75,7 @@ export const ChatGroup = ({selectedGroup, secretKey, setSecretKey, getSecretKey,
setTimeout(() => {
getTimestampEnterChatParent();
}, 200);
}, 600);
}
res(response);

View File

@ -925,7 +925,7 @@ export const Group = ({
setTimeout(() => {
getTimestampEnterChat();
}, 200);
}, 600);
}
if (message?.action === "SET_GROUP_ANNOUNCEMENTS") {