@hivegpt/hiveai-angular 0.0.164 → 0.0.165
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 +4 -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 +5 -2
- package/fesm2015/hivegpt-hiveai-angular.js +4 -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
|
@@ -806,7 +806,10 @@
|
|
|
806
806
|
};
|
|
807
807
|
ChatDrawerComponent.prototype.initializeSocket = function () {
|
|
808
808
|
console.log("Socket connection");
|
|
809
|
-
|
|
809
|
+
console.log(this.botId);
|
|
810
|
+
var conversation_id = this.conversation.getKey(this.botId);
|
|
811
|
+
console.log(conversation_id);
|
|
812
|
+
this.socketService.registerUserSpecificHiveSocket(this.botId, conversation_id);
|
|
810
813
|
};
|
|
811
814
|
ChatDrawerComponent.prototype.listenSockets = function () {
|
|
812
815
|
var _this = this;
|