Sync update: 2026-05-18 15:45:06

This commit is contained in:
Hamza-Ayed
2026-05-18 15:45:07 +03:00
parent 30d32df1c0
commit 82650b8c1f
141 changed files with 5255 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
class AppConfig {
static const String serverHost = "mywhatsapp.intaleqapp.com";
static const int serverPort = 3025;
static const String wsUrl = "ws://$serverHost:$serverPort";
static const String wsUrl = "wss://$serverHost";
static const int maxReconnectAttempts = 10;
static const Duration reconnectDelay = Duration(seconds: 3);