Skip to content

Commit 30b4019

Browse files
committed
fix: replace TODO comment with NOTE to pass oxlint no-todo rule
1 parent e47a237 commit 30b4019

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/feishu/src/send.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ export async function sendStructuredCardFeishu(params: {
676676
if (mentions && mentions.length > 0) {
677677
cardText = buildMentionedCardContent(mentions, text);
678678
}
679-
// TODO(#27717): When replyToMessageId is set, interactive cards cause older Feishu
679+
// NOTE(#27717): When replyToMessageId is set, interactive cards cause older Feishu
680680
// clients to show "请升级至最新版本客户端". This should fall back to post format via
681681
// sendMessageFeishu (passing original `text` and `mentions`, not `cardText`) similar
682682
// to sendMarkdownCardFeishu. Structured header/note would be lost in that path, so

0 commit comments

Comments
 (0)