Refactor markdownElement flash transfer check

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 0b4264caef
commit 0c358b111c

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: {