Skip to content

Commit 1ae0102

Browse files
committed
Update WhatsApp Web Version
1 parent f7088dd commit 1ae0102

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
0 Bytes
Binary file not shown.
-1 Bytes
Binary file not shown.

src/main/java/icu/jnet/whatsjava/helper/Utils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ public static String buildWebSocketJsonRequest(int requestType, String... conten
9191

9292
switch(requestType) {
9393
case RequestType.LOGIN:
94-
request = "[\"admin\",\"init\",[2,2035,14],[\"Ubuntu\",\"Firefox\",\"Unknown\"],\""
94+
request = "[\"admin\",\"init\",[2,2121,6],[\"Ubuntu\",\"Firefox\",\"Unknown\"],\""
9595
+ "" + content[0] + "\",true]";
9696
break;
9797
case RequestType.RESTORE_SESSION:

0 commit comments

Comments
 (0)