We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679c980 commit 3c24d6bCopy full SHA for 3c24d6b
1 file changed
packages/napcat-onebot/api/msg.ts
@@ -561,7 +561,7 @@ export class OneBotMsgApi {
561
562
markdownElement: async (element) => {
563
// 让QQ闪传消息独立出去
564
- if (element.mdExtInfo !== undefined && element?.mdExtInfo?.flashTransferInfo?.filesetId) {
+ if (element?.mdExtInfo?.flashTransferInfo?.filesetId) {
565
return {
566
type: OB11MessageDataType.flashtransfer,
567
data: {
0 commit comments