@hivegpt/hiveai-angular 0.0.166 → 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 +1 -0
- 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 +2 -1
- package/fesm2015/hivegpt-hiveai-angular.js +1 -0
- 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
|
@@ -630,6 +630,7 @@
|
|
|
630
630
|
console.log('Registering user-specific Hive socket with botId:' + botId);
|
|
631
631
|
console.log('and conversation_id:' + conversation_id);
|
|
632
632
|
this.notificationSocket.emit('joinData', {
|
|
633
|
+
userId: '66ac75cd6e30981904ab74ab',
|
|
633
634
|
groupId: "Hive_AI_Notifs_" + botId + "_" + conversation_id,
|
|
634
635
|
});
|
|
635
636
|
this.notificationSocket
|