Skip to content

Commit 0c820aa

Browse files
author
Jicheng Lu
committed
sync with ui
1 parent ef5f196 commit 0c820aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Plugins/BotSharp.Plugin.ChatHub/SignalRHub.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public override async Task OnConnectedAsync()
2828
_logger.LogInformation($"SignalR Hub: {_user.FirstName} {_user.LastName} ({Context.User.Identity.Name}) connected in {Context.ConnectionId}");
2929

3030
var convService = _services.GetRequiredService<IConversationService>();
31-
_context.HttpContext.Request.Query.TryGetValue("conversationId", out var conversationId);
31+
_context.HttpContext.Request.Query.TryGetValue("conversation-id", out var conversationId);
3232

3333
if (!string.IsNullOrEmpty(conversationId))
3434
{

0 commit comments

Comments
 (0)