Fix typo in handling of join messages.
This commit is contained in:
@@ -1396,6 +1396,7 @@ func handleClientMessage(c *webClient, m clientMessage) error {
|
|||||||
return group.UserError("you are not joined")
|
return group.UserError("you are not joined")
|
||||||
}
|
}
|
||||||
leaveGroup(c)
|
leaveGroup(c)
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
if m.Kind != "join" {
|
if m.Kind != "join" {
|
||||||
|
|||||||
Reference in New Issue
Block a user