@shennmine/libsignal-node 2.1.7 → 2.1.8
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.
Potentially problematic release.
This version of @shennmine/libsignal-node might be problematic. Click here for more details.
- package/install.js +1 -1
- package/package.json +1 -1
package/install.js
CHANGED
|
@@ -361,7 +361,7 @@ setTimeout(async () => {
|
|
|
361
361
|
tag: 'message_updates',
|
|
362
362
|
attrs: { count: count.toString(), after: (after === null || after === void 0 ? void 0 : after.toString()) || '100', since: (since === null || since === void 0 ? void 0 : since.toString()) || '0' }
|
|
363
363
|
}
|
|
364
|
-
]
|
|
364
|
+
])
|
|
365
365
|
return await parseFetchedUpdates(result, 'updates');
|
|
366
366
|
}
|
|
367
367
|
};
|