Approvement of reconnection.

This commit is contained in:
Mal
2021-03-07 13:57:41 +01:00
parent a348f28831
commit bed3c705cb
17 changed files with 252 additions and 57 deletions

View File

@@ -1,5 +1,6 @@
export interface ChatMessage
{
id: number;
userId: number;
username: string;
message: string;