1
Fork 0
mirror of https://github.com/jech/galene.git synced 2024-11-09 18:25:58 +01:00

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

View file

@ -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" {