@hivegpt/hiveai-angular 0.0.165 → 0.0.167
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 +3 -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/socket-service.service.js +4 -2
- package/fesm2015/hivegpt-hiveai-angular.js +3 -1
- package/fesm2015/hivegpt-hiveai-angular.js.map +1 -1
- package/lib/components/socket-service.service.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -627,8 +627,10 @@
|
|
|
627
627
|
// console.warn('Socket is not connected, cannot register user-specific socket.');
|
|
628
628
|
// return;
|
|
629
629
|
// }
|
|
630
|
-
console.log('Registering user-specific Hive socket with botId:'
|
|
630
|
+
console.log('Registering user-specific Hive socket with botId:' + botId);
|
|
631
|
+
console.log('and conversation_id:' + conversation_id);
|
|
631
632
|
this.notificationSocket.emit('joinData', {
|
|
633
|
+
userId: '66ac75cd6e30981904ab74ab',
|
|
632
634
|
groupId: "Hive_AI_Notifs_" + botId + "_" + conversation_id,
|
|
633
635
|
});
|
|
634
636
|
this.notificationSocket
|