mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-03-14 20:02:33 +00:00
increased timeout for gettimestamp
This commit is contained in:
parent
8a2a09d6c8
commit
50e3c32d4b
@ -75,7 +75,7 @@ export const ChatGroup = ({selectedGroup, secretKey, setSecretKey, getSecretKey,
|
||||
|
||||
setTimeout(() => {
|
||||
getTimestampEnterChatParent();
|
||||
}, 200);
|
||||
}, 600);
|
||||
}
|
||||
|
||||
res(response);
|
||||
|
@ -925,7 +925,7 @@ export const Group = ({
|
||||
|
||||
setTimeout(() => {
|
||||
getTimestampEnterChat();
|
||||
}, 200);
|
||||
}, 600);
|
||||
}
|
||||
|
||||
if (message?.action === "SET_GROUP_ANNOUNCEMENTS") {
|
||||
|
Loading…
x
Reference in New Issue
Block a user