build: 169-test

This commit is contained in:
手瓜一十雪 2024-07-28 17:55:34 +08:00
parent b7837b2a14
commit af88b3166d

View File

@ -65,7 +65,6 @@ const _handlers: {
SendMsgElementConstructor.at(atQQ, atMember.uid, AtType.atUser, atMember.cardName || atMember.nick) :
undefined;
},
[OB11MessageDataType.reply]: async ({ data: { id } }) => {
const replyMsgM = MessageUnique.getMsgIdAndPeerByShortId(parseInt(id));
if (!replyMsgM) {