diff --git a/client/entities.go b/client/entities.go index 0a74ecc3..90126ff7 100644 --- a/client/entities.go +++ b/client/entities.go @@ -229,7 +229,6 @@ func (g *GroupInfo) MuteAll(mute bool) { func (g *GroupInfo) Quit() { if g.SelfPermission() != Owner { g.client.quitGroup(g.Code) - g.client.dispatchLeaveGroupEvent(&GroupLeaveEvent{Group: g}) } }