From 3887056df858428c2f6e398f3190fa34c0148afe Mon Sep 17 00:00:00 2001 From: Mrs4s <1844812067@qq.com> Date: Thu, 27 Aug 2020 23:56:03 +0800 Subject: [PATCH] fix Mrs4s/go-cqhttp#188. --- client/entities.go | 1 - 1 file changed, 1 deletion(-) 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}) } }