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:
parent
02e7c7e824
commit
cba04e7de5
1 changed files with 1 additions and 0 deletions
|
@ -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" {
|
||||
|
|
Loading…
Reference in a new issue