mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
using Govor.Core.Models.Users;
This commit is contained in:
@@ -10,6 +10,7 @@ using Govor.ConsoleClient.Commands;
|
||||
using Govor.Contracts.Requests.SignalR;
|
||||
using Govor.Contracts.Responses.SignalR;
|
||||
using Govor.Core.Models;
|
||||
using Govor.Core.Models.Messages;
|
||||
|
||||
/*====================================
|
||||
*Личные сообщения| Егор
|
||||
@@ -200,7 +201,7 @@ namespace Govor.ConsoleClient
|
||||
options.AccessTokenProvider = () => Task.FromResult(AuthToken);
|
||||
})
|
||||
.Build();
|
||||
|
||||
|
||||
_hubConnection.On<UserMessageResponse>("ReceiveMessage", (message) =>
|
||||
{
|
||||
var myId = GetMyUserId();
|
||||
|
||||
Reference in New Issue
Block a user