mirror of
https://github.com/Mrs4s/go-cqhttp.git
synced 2025-07-12 00:23:47 +00:00
fix ci.
This commit is contained in:
@ -40,7 +40,7 @@ func ToArrayMessage(e []message.IMessageElement, code int64, raw ...bool) (r []M
|
|||||||
if reply != nil {
|
if reply != nil {
|
||||||
r = append(r, MSG{
|
r = append(r, MSG{
|
||||||
"type": "reply",
|
"type": "reply",
|
||||||
"data": map[string]string{"id": fmt.Sprint(ToGlobalId(code, o.ReplySeq))},
|
"data": map[string]string{"id": fmt.Sprint(ToGlobalId(code, reply.(*message.ReplyElement).ReplySeq))},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
for _, elem := range e {
|
for _, elem := range e {
|
||||||
|
Reference in New Issue
Block a user