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") {