Messages first init

This commit is contained in:
Artemy
2025-06-20 13:32:29 +07:00
parent efcd970e90
commit 3526cde06f
10 changed files with 186 additions and 0 deletions
+5
View File
@@ -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)
{