1
Fork 0

Fix typo in handling of join messages.

This commit is contained in:
Juliusz Chroboczek 2023-04-03 22:32:04 +02:00
parent 02e7c7e824
commit cba04e7de5
1 changed files with 1 additions and 0 deletions

View File

@ -1396,6 +1396,7 @@ func handleClientMessage(c *webClient, m clientMessage) error {
return group.UserError("you are not joined")
}
leaveGroup(c)
return nil
}
if m.Kind != "join" {