Render chat messages that come over the socket
This commit is contained in:
@@ -30,4 +30,4 @@ export interface ConnectedClientInfoEvent extends SocketEvent {
|
||||
export interface ChatEvent extends SocketEvent {
|
||||
user: User;
|
||||
body: string;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user