Removed the ListenerJoined and ListenerLeft events
This commit is contained in:
Vendored
-4
@@ -7,10 +7,6 @@ function parseMessage(message) {
|
||||
switch (data.type) {
|
||||
case 'Join':
|
||||
return new messageTypes_1.Join(data.name);
|
||||
case 'ListenerJoined':
|
||||
return new messageTypes_1.ListenerJoined(data.name);
|
||||
case 'ListenerLeft':
|
||||
return new messageTypes_1.ListenerLeft(data.name);
|
||||
case 'ListenerList':
|
||||
return new messageTypes_1.ListenerList(data.names);
|
||||
case 'SendChatMessage':
|
||||
|
||||
Reference in New Issue
Block a user