mirror of
https://github.com/Govor-team/Govor.git
synced 2026-07-21 19:54:55 +00:00
Messages first init
This commit is contained in:
@@ -42,6 +42,11 @@ public class ChatsHub : Hub
|
||||
}
|
||||
await base.OnDisconnectedAsync(exception);
|
||||
}
|
||||
|
||||
public async Task Edit(string newMessage, Guid messageId)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public async Task Send(string message, Guid toUserId)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user