@hivegpt/hiveai-angular 0.0.162 → 0.0.163
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/hivegpt-hiveai-angular.umd.js +2 -1
- package/bundles/hivegpt-hiveai-angular.umd.js.map +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js +1 -1
- package/bundles/hivegpt-hiveai-angular.umd.min.js.map +1 -1
- package/esm2015/lib/components/chat-drawer/chat-drawer.component.js +3 -2
- package/fesm2015/hivegpt-hiveai-angular.js +2 -1
- package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
- package/lib/components/chat-drawer/chat-drawer.component.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -805,7 +805,8 @@
|
|
|
805
805
|
}, 200);
|
|
806
806
|
};
|
|
807
807
|
ChatDrawerComponent.prototype.initializeSocket = function () {
|
|
808
|
-
|
|
808
|
+
console.log("Socket connection");
|
|
809
|
+
this.socketService.registerUserSpecificHiveSocket(this.botId, this.conversation.getKey(this.botId));
|
|
809
810
|
};
|
|
810
811
|
ChatDrawerComponent.prototype.listenSockets = function () {
|
|
811
812
|
var _this = this;
|