1
0
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:
Mrs4s 2021-07-03 16:21:31 +08:00
parent 5cfd53fd8a
commit e8ddc1f140
No known key found for this signature in database
GPG Key ID: 3186E98FA19CE3A7

View File

@ -516,7 +516,7 @@ func (bot *CQBot) CQSendGroupForwardMessage(groupID int64, m gjson.Result) MSG {
}) })
return return
} }
log.Warnf("警告: 非法 Forward node 将跳过") log.Warnf("警告: 非法 Forward node 将跳过. uin: %v name: %v content count: %v", uin, name, len(content))
return return
} }
if m.IsArray() { if m.IsArray() {