mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-23 04:36:52 +00:00
increase timeouts
This commit is contained in:
@@ -68,7 +68,7 @@ const [messageSize, setMessageSize] = useState(0)
|
||||
|
||||
setTimeout(() => {
|
||||
getTimestampEnterChatParent();
|
||||
}, 200);
|
||||
}, 600);
|
||||
}
|
||||
|
||||
res(response);
|
||||
|
@@ -931,7 +931,7 @@ export const Group = ({
|
||||
|
||||
setTimeout(() => {
|
||||
getTimestampEnterChat();
|
||||
}, 200);
|
||||
}, 600);
|
||||
}
|
||||
|
||||
if (message?.action === "SET_GROUP_ANNOUNCEMENTS") {
|
||||
|
Reference in New Issue
Block a user