From 8f69e07eb37d782708affbd92202045fa3ddb8d4 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Thu, 5 Mar 2026 23:46:55 -0500 Subject: [PATCH] Delete changelog/fragments directory --- changelog/fragments/pr-feishu-reply-mechanism.md | 1 - 1 file changed, 1 deletion(-) delete mode 100644 changelog/fragments/pr-feishu-reply-mechanism.md diff --git a/changelog/fragments/pr-feishu-reply-mechanism.md b/changelog/fragments/pr-feishu-reply-mechanism.md deleted file mode 100644 index f19716c4c7d..00000000000 --- a/changelog/fragments/pr-feishu-reply-mechanism.md +++ /dev/null @@ -1 +0,0 @@ -- Feishu reply routing now uses one canonical reply-target path across inbound and outbound flows: normal groups reply to the triggering message while topic-mode groups stay on topic roots, outbound sends preserve `replyToId`/`threadId`, withdrawn reply targets fall back to direct sends, and cron duplicate suppression normalizes Feishu/Lark target IDs consistently (#32980, #32958, #33572, #33526; #33789, #33575, #33515, #33161). Thanks @guoqunabc, @bmendonca3, @MunemHashmi, and @Jimmy-xuzimo.