mirror of
https://github.com/Mrs4s/MiraiGo.git
synced 2025-05-05 03:23:50 +08:00
return as soon as it meets flash img
This commit is contained in:
parent
99de2470aa
commit
2278de40cf
@ -496,6 +496,7 @@ func ParseMessageElems(elems []*msg.Elem) []IMessageElement {
|
|||||||
Md5: flash.FlashTroopPic.Md5,
|
Md5: flash.FlashTroopPic.Md5,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
return res
|
||||||
}
|
}
|
||||||
if flash.FlashC2CPic != nil {
|
if flash.FlashC2CPic != nil {
|
||||||
res = append(res, &GroupFlashImgElement{
|
res = append(res, &GroupFlashImgElement{
|
||||||
@ -505,6 +506,7 @@ func ParseMessageElems(elems []*msg.Elem) []IMessageElement {
|
|||||||
Md5: flash.FlashC2CPic.PicMd5,
|
Md5: flash.FlashC2CPic.PicMd5,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
return res
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user