mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-05-07 04:23:49 +08:00
fix log message with invalid forward node.
This commit is contained in:
parent
5cfd53fd8a
commit
e8ddc1f140
@ -516,7 +516,7 @@ func (bot *CQBot) CQSendGroupForwardMessage(groupID int64, m gjson.Result) MSG {
|
||||
})
|
||||
return
|
||||
}
|
||||
log.Warnf("警告: 非法 Forward node 将跳过")
|
||||
log.Warnf("警告: 非法 Forward node 将跳过. uin: %v name: %v content count: %v", uin, name, len(content))
|
||||
return
|
||||
}
|
||||
if m.IsArray() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user