@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.
@@ -805,7 +805,8 @@
805
805
  }, 200);
806
806
  };
807
807
  ChatDrawerComponent.prototype.initializeSocket = function () {
808
- this.socketService.registerUserSpecificHiveSocket(this.botId, this.conversationKey);
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;