mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 11:07:40 +08:00
update group msg limit.
This commit is contained in:
parent
a4514e9c52
commit
9bbe416206
@ -261,7 +261,7 @@ func (c *QQClient) SendGroupMessage(groupCode int64, m *message.SendingMessage)
|
||||
if msgLen > 5000 || imgCount > 50 {
|
||||
return nil
|
||||
}
|
||||
if msgLen > 702 || imgCount > 2 {
|
||||
if msgLen > 300 || imgCount > 2 {
|
||||
return c.sendGroupLongOrForwardMessage(groupCode, true, &message.ForwardMessage{Nodes: []*message.ForwardNode{
|
||||
{
|
||||
SenderId: c.Uin,
|
||||
|
Loading…
x
Reference in New Issue
Block a user