diff --git a/client/system_msg.go b/client/system_msg.go index 5cd04f98..2e18a6c3 100644 --- a/client/system_msg.go +++ b/client/system_msg.go @@ -125,9 +125,6 @@ func decodeSystemMsgGroupPacket(c *QQClient, _ uint16, payload []byte) (interfac if err := proto.Unmarshal(payload, &rsp); err != nil { return nil, err } - if len(rsp.Groupmsgs) == 0 { - return nil, nil - } ret := &GroupSystemMessages{} for _, st := range rsp.Groupmsgs { if st.Msg == nil {