1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 11:07:40 +08:00
This commit is contained in:
Mrs4s 2020-08-27 23:56:03 +08:00
parent d3b0f5f9e8
commit 3887056df8

View File

@ -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})
}
}