mirror of
https://github.com/LLOneBot/LLOneBot.git
synced 2024-11-22 01:56:33 +00:00
fix: 发送回复消息多了个@
符号
This commit is contained in:
parent
eb32ecb79b
commit
1a77abfc62
@ -98,7 +98,7 @@ class SendMsg extends BaseAction<OB11PostSendMsg, ReturnDataType> {
|
|||||||
replyMsgId = replyMsgId.toString()
|
replyMsgId = replyMsgId.toString()
|
||||||
const replyMsg = getHistoryMsgByShortId(replyMsgId)
|
const replyMsg = getHistoryMsgByShortId(replyMsgId)
|
||||||
if (replyMsg) {
|
if (replyMsg) {
|
||||||
sendElements.push(SendMsgElementConstructor.reply(replyMsg.msgSeq, replyMsgId, "", ""))
|
sendElements.push(SendMsgElementConstructor.reply(replyMsg.msgSeq, replyMsg.msgId, replyMsg.senderUin, replyMsg.senderUin))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} break;
|
} break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user