1 parent f177dc3 commit 66ccf9cCopy full SHA for 66ccf9c
1 file changed
packages/channel.lark/src/LarkService.ts
@@ -391,6 +391,8 @@ export class LarkService implements IChannelService {
391
const { part } = await readMediaAsContentPart(filePath, mediaAsFilePath);
392
parts.push(part);
393
if (!mediaAsFilePath) hasMedia = true;
394
+ } else if (el.tag == 'at') {
395
+
396
} else {
397
this.logger?.warn(`Unsupported post element tag: ${el.tag}`);
398
}
0 commit comments