We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47a237 commit 30b4019Copy full SHA for 30b4019
1 file changed
extensions/feishu/src/send.ts
@@ -676,7 +676,7 @@ export async function sendStructuredCardFeishu(params: {
676
if (mentions && mentions.length > 0) {
677
cardText = buildMentionedCardContent(mentions, text);
678
}
679
- // TODO(#27717): When replyToMessageId is set, interactive cards cause older Feishu
+ // NOTE(#27717): When replyToMessageId is set, interactive cards cause older Feishu
680
// clients to show "请升级至最新版本客户端". This should fall back to post format via
681
// sendMessageFeishu (passing original `text` and `mentions`, not `cardText`) similar
682
// to sendMarkdownCardFeishu. Structured header/note would be lost in that path, so
0 commit comments