fix(mattermost): honor metadata.thread_id for thread replies#12096
fix(mattermost): honor metadata.thread_id for thread replies#12096YangManBOBO wants to merge 1 commit into
Conversation
网关投递路径通过 metadata 传递 thread_id;在 reply_mode 为 thread 时将其映射为 Mattermost posts 的 root_id,并保留 reply_to 优先于 metadata。
|
Hi @YangManBOBO — dropping by from #12076 (Teknium closed mine as a duplicate of this one). Your fix shape matches what I landed on, and I'm happy to defer to your version. Two edge-case observations from my tests that might be worth adding to yours if you have cycles:
Feel free to cherry-pick / ignore — whatever you think is useful. Cheers! |
Summary
Test plan
Closes #12063.