mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-04 11:07:40 +08:00
fix long msg error.
This commit is contained in:
parent
ce670caee0
commit
507fe33e84
@ -317,6 +317,7 @@ func ToProtoElems(elems []IMessageElement, generalFlags bool) (r []*msg.Elem) {
|
||||
Str: "你的QQ暂不支持查看[转发多条消息],请期待后续版本。",
|
||||
},
|
||||
})
|
||||
continue
|
||||
}
|
||||
if e.Id == 33 {
|
||||
r = append(r, &msg.Elem{
|
||||
@ -329,6 +330,7 @@ func ToProtoElems(elems []IMessageElement, generalFlags bool) (r []*msg.Elem) {
|
||||
MsgResId: []byte{},
|
||||
},
|
||||
})
|
||||
continue
|
||||
}
|
||||
r = append(r, &msg.Elem{
|
||||
RichMsg: &msg.RichMsg{
|
||||
|
Loading…
x
Reference in New Issue
Block a user