Render chat messages that come over the socket

This commit is contained in:
Gabe Kangas
2022-05-03 13:01:50 -07:00
parent 15becc5121
commit 8b07eb7457
5 changed files with 21 additions and 15 deletions

View File

@@ -30,4 +30,4 @@ export interface ConnectedClientInfoEvent extends SocketEvent {
export interface ChatEvent extends SocketEvent {
user: User;
body: string;
}
}