Add support for changing user color in name modal. Closes #1805
This commit is contained in:
@@ -4,6 +4,7 @@ export enum MessageType {
|
||||
CHAT = 'CHAT',
|
||||
PING = 'PING',
|
||||
NAME_CHANGE = 'NAME_CHANGE',
|
||||
COLOR_CHANGE = 'COLOR_CHANGE',
|
||||
PONG = 'PONG',
|
||||
SYSTEM = 'SYSTEM',
|
||||
USER_JOINED = 'USER_JOINED',
|
||||
|
||||
Reference in New Issue
Block a user