Skip to content

Commit 66ccf9c

Browse files
author
linyuan.yang
committed
排除at 消息
1 parent f177dc3 commit 66ccf9c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/channel.lark/src/LarkService.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,8 @@ export class LarkService implements IChannelService {
391391
const { part } = await readMediaAsContentPart(filePath, mediaAsFilePath);
392392
parts.push(part);
393393
if (!mediaAsFilePath) hasMedia = true;
394+
} else if (el.tag == 'at') {
395+
394396
} else {
395397
this.logger?.warn(`Unsupported post element tag: ${el.tag}`);
396398
}

0 commit comments

Comments
 (0)