Showing
1 changed file
with
3 additions
and
3 deletions
... | @@ -13,7 +13,7 @@ export const MessageType = { | ... | @@ -13,7 +13,7 @@ export const MessageType = { |
13 | LOGIN: "login", | 13 | LOGIN: "login", |
14 | ROOM_LIST_REQUEST: "roomList", | 14 | ROOM_LIST_REQUEST: "roomList", |
15 | ROOM_JOIN: "joinRoom", | 15 | ROOM_JOIN: "joinRoom", |
16 | - ROOM_LEAVE: "room_leave", | 16 | + ROOM_LEAVE: "leaveRoom", |
17 | - ROOM_USER_UPDATE: "room_user_update", | 17 | + ROOM_USER_UPDATE: "updateRoomUser", |
18 | - ROOM_CHAT: "room_chat", | 18 | + ROOM_CHAT: "chat", |
19 | } as const | 19 | } as const |
... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment