From 50e3c32d4b31543a4fb7e8addd6de871397688ab Mon Sep 17 00:00:00 2001 From: PhilReact Date: Tue, 26 Nov 2024 01:34:27 +0200 Subject: [PATCH] increased timeout for gettimestamp --- src/components/Chat/ChatGroup.tsx | 2 +- src/components/Group/Group.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Chat/ChatGroup.tsx b/src/components/Chat/ChatGroup.tsx index dbffb6b..b8fa7ee 100644 --- a/src/components/Chat/ChatGroup.tsx +++ b/src/components/Chat/ChatGroup.tsx @@ -75,7 +75,7 @@ export const ChatGroup = ({selectedGroup, secretKey, setSecretKey, getSecretKey, setTimeout(() => { getTimestampEnterChatParent(); - }, 200); + }, 600); } res(response); diff --git a/src/components/Group/Group.tsx b/src/components/Group/Group.tsx index 5e626d4..fc6a320 100644 --- a/src/components/Group/Group.tsx +++ b/src/components/Group/Group.tsx @@ -925,7 +925,7 @@ export const Group = ({ setTimeout(() => { getTimestampEnterChat(); - }, 200); + }, 600); } if (message?.action === "SET_GROUP_ANNOUNCEMENTS") {