From 2826f14c1d239749962c771878cb383b3a39bc97 Mon Sep 17 00:00:00 2001 From: Mrs4s Date: Tue, 9 Mar 2021 22:56:58 +0800 Subject: [PATCH] more comment. --- client/online_push.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/online_push.go b/client/online_push.go index 0517d943..f4210be3 100644 --- a/client/online_push.go +++ b/client/online_push.go @@ -178,7 +178,7 @@ func msgType0x210Sub27Decoder(c *QQClient, protobuf []byte) error { for _, m := range s27.ModInfos { if m.ModGroupProfile != nil { for _, info := range m.ModGroupProfile.GroupProfileInfos { - switch info.GetField() { + switch info.GetField() { // 1 -> group name 2 -> group head 3 -> group creditLevel case 1: if g := c.FindGroup(int64(m.ModGroupProfile.GetGroupCode())); g != nil { old := g.Name