1
0
mirror of https://github.com/Mrs4s/MiraiGo.git synced 2025-05-04 19:17:38 +08:00
This commit is contained in:
Mrs4s 2021-02-19 17:00:31 +08:00
commit a9f597561e

View File

@ -42,7 +42,7 @@ func (c *QQClient) SendGroupMessage(groupCode int64, m *message.SendingMessage,
useFram = false
}
}
msgLen := message.EstimateLength(m.Elements, 703)
msgLen := message.EstimateLength(m.Elements, 5000)
if msgLen > 5000 || imgCount > 50 {
return nil
}