Update chat styling

This commit is contained in:
Gabe Kangas
2020-10-16 17:36:11 -07:00
parent 1b821e4c4e
commit f4815e331c
5 changed files with 49 additions and 149 deletions

View File

@@ -7,7 +7,8 @@ export const SOCKET_MESSAGE_TYPES = {
CHAT: 'CHAT',
PING: 'PING',
NAME_CHANGE: 'NAME_CHANGE',
PONG: 'PONG'
PONG: 'PONG',
SYSTEM: 'SYSTEM'
};
export const CALLBACKS = {