@banta/sdk 4.0.7 → 4.0.10
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/bundles/banta-sdk.umd.js +1 -6
- package/bundles/banta-sdk.umd.js.map +1 -1
- package/bundles/banta-sdk.umd.min.js +1 -1
- package/bundles/banta-sdk.umd.min.js.map +1 -1
- package/esm2015/lib/comments/banta-comments/banta-comments.component.js +2 -2
- package/esm2015/lib/comments/comment-field/comment-field.component.js +1 -6
- package/fesm2015/banta-sdk.js +1 -6
- package/fesm2015/banta-sdk.js.map +1 -1
- package/package.json +12 -12
package/bundles/banta-sdk.umd.js
CHANGED
|
@@ -8735,7 +8735,7 @@
|
|
|
8735
8735
|
switch (_d.label) {
|
|
8736
8736
|
case 0:
|
|
8737
8737
|
_d.trys.push([0, 4, , 5]);
|
|
8738
|
-
return [4 /*yield*/, ((_b = this.shouldInterceptMessageSend) === null || _b === void 0 ? void 0 : _b.call(this, message, this.
|
|
8738
|
+
return [4 /*yield*/, ((_b = this.shouldInterceptMessageSend) === null || _b === void 0 ? void 0 : _b.call(this, message, this.selectedMessageThread))];
|
|
8739
8739
|
case 1:
|
|
8740
8740
|
intercept = _d.sent();
|
|
8741
8741
|
if (!!intercept) return [3 /*break*/, 3];
|
|
@@ -9687,11 +9687,6 @@
|
|
|
9687
9687
|
message: text,
|
|
9688
9688
|
attachments: this.chatMessageAttachments
|
|
9689
9689
|
};
|
|
9690
|
-
// this.sendError = new Error('Could not send: This has been a test of the emergency broadcast system.');
|
|
9691
|
-
// this.expandError = true;
|
|
9692
|
-
this.indicateError('Could not send: This has been a test of the emergency broadcast system.');
|
|
9693
|
-
if (1)
|
|
9694
|
-
return [2 /*return*/];
|
|
9695
9690
|
_a.label = 2;
|
|
9696
9691
|
case 2:
|
|
9697
9692
|
_a.trys.push([2, 4, , 6]);
|