@wireapp/api-client 24.15.5 → 24.15.6-beta.0
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.
|
@@ -565,7 +565,7 @@ class ConversationAPI {
|
|
|
565
565
|
method: 'post',
|
|
566
566
|
url: `${ConversationAPI.URL.MLS}/commit-bundles`,
|
|
567
567
|
};
|
|
568
|
-
const response = await this.client.
|
|
568
|
+
const response = await this.client.sendProtocolMls(config, true);
|
|
569
569
|
return response.data;
|
|
570
570
|
}
|
|
571
571
|
/**
|
package/package.json
CHANGED
|
@@ -63,6 +63,6 @@
|
|
|
63
63
|
"watch": "webpack serve --config webpack.browser.js",
|
|
64
64
|
"prepare": "yarn dist"
|
|
65
65
|
},
|
|
66
|
-
"version": "24.15.
|
|
67
|
-
"gitHead": "
|
|
66
|
+
"version": "24.15.6-beta.0",
|
|
67
|
+
"gitHead": "841be5bc65ff4f1fd26fa0cc04202a67dd641010"
|
|
68
68
|
}
|