@wireapp/core 40.8.1 → 40.8.2

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.
@@ -321,7 +321,7 @@ class MLSService extends TypedEventEmitter_1.TypedEventEmitter {
321
321
  externalSenders: mlsKeyBytes,
322
322
  ciphersuite: this.defaultCiphersuite,
323
323
  };
324
- return void this.coreCryptoClient.createConversation(groupIdBytes, this.defaultCredentialType, configuration);
324
+ return this.coreCryptoClient.createConversation(groupIdBytes, this.defaultCredentialType, configuration);
325
325
  }
326
326
  /**
327
327
  * Will create a conversation inside of coreCrypto, add users to it or update the keying material if empty key packages list is provided.
package/package.json CHANGED
@@ -60,6 +60,6 @@
60
60
  "test:coverage": "jest --coverage",
61
61
  "watch": "tsc --watch"
62
62
  },
63
- "version": "40.8.1",
64
- "gitHead": "8554612ccf2bb59a5b95235c9751cd62fca17140"
63
+ "version": "40.8.2",
64
+ "gitHead": "93a39ebfeb02e756aa2594e662922baf6e94ecd9"
65
65
  }