added recent qmails in home

This commit is contained in:
2024-11-13 23:47:52 +02:00
parent 93a2071e77
commit 817b668cbc
8 changed files with 501 additions and 148 deletions

View File

@@ -351,7 +351,6 @@ export const ChatGroup = ({selectedGroup, secretKey, setSecretKey, getSecretKey,
}
}
socketRef.current.onerror = (e) => {
console.error('WebSocket error:', error);
clearTimeout(groupSocketTimeoutRef.current);
clearTimeout(timeoutIdRef.current);
if (socketRef.current) {