Refactor markdownElement flash transfer check
Some checks failed
Build NapCat Artifacts / Build-Framework (push) Has been cancelled
Build NapCat Artifacts / Build-Shell (push) Has been cancelled

Simplifies the condition for detecting flash transfer info in markdownElement by removing redundant undefined check.
This commit is contained in:
手瓜一十雪 2026-01-24 12:31:03 +08:00
parent 679c980683
commit 3c24d6b700

View File

@ -561,7 +561,7 @@ export class OneBotMsgApi {
markdownElement: async (element) => {
// 让QQ闪传消息独立出去
if (element.mdExtInfo !== undefined && element?.mdExtInfo?.flashTransferInfo?.filesetId) {
if (element?.mdExtInfo?.flashTransferInfo?.filesetId) {
return {
type: OB11MessageDataType.flashtransfer,
data: {