fix: add rootId support for Feishu topic group streaming cards#14
Open
newtontech wants to merge 1 commit intomainfrom
Open
fix: add rootId support for Feishu topic group streaming cards#14newtontech wants to merge 1 commit intomainfrom
newtontech wants to merge 1 commit intomainfrom
Conversation
Fixes openclaw#28273 Changes: - Add rootId parameter to CreateFeishuReplyDispatcherParams - Pass rootId from bot.ts to reply dispatcher - Use rootId in streaming-card.ts when creating messages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes an issue where streaming card replies in Feishu topic groups were creating new topics instead of replying in the original thread.
Changes
rootIdparameter toCreateFeishuReplyDispatcherParamstypebot.tsto passctx.rootIdwhen creating the reply dispatcherstreaming-card.tsto includeroot_idin the message creation API callRoot Cause
When using streaming cards in Feishu topic groups, the
root_idwas not being passed through the code chain:Testing
root_idis properly threaded through all layersFixes openclaw#28273