Cherry-pick batch: Channel adapter bug fixes (11 of 30 commits)#1846
Merged
alexey-pelykh merged 13 commits intomainfrom Mar 23, 2026
Merged
Cherry-pick batch: Channel adapter bug fixes (11 of 30 commits)#1846alexey-pelykh merged 13 commits intomainfrom
alexey-pelykh merged 13 commits intomainfrom
Conversation
Refs: GHSA-jq3f-vjww-8rq7 (cherry picked from commit 7e49e98)
Fixes openclaw#43322 * fix(feishu): clear stale streamingStartPromise on card creation failure When FeishuStreamingSession.start() throws (HTTP 400), the catch block sets streaming = null but leaves streamingStartPromise dangling. The guard in startStreaming() checks streamingStartPromise first, so all future deliver() calls silently skip streaming - the session locks permanently. Clear streamingStartPromise in the catch block so subsequent messages can retry streaming instead of dropping all future replies. Fixes openclaw#43322 * test(feishu): wrap push override in try/finally for cleanup safety (cherry picked from commit c6e3283)
…3912) (openclaw#34262) * fix(feishu): preserve non-ASCII filenames in file uploads (openclaw#33912) * style(feishu): format media test file * fix(feishu): preserve UTF-8 filenames in file uploads (openclaw#34262) thanks @fabiaodemianyang --------- Co-authored-by: Robin Waslander <[email protected]> (cherry picked from commit 983fecc)
(cherry picked from commit 496ca3a)
(cherry picked from commit 223ae42)
…claw#43539) Trim leading whitespace from direct WhatsApp text and media caption sends. Also guard empty text-only web sends after trimming. (cherry picked from commit a5ceb62)
…tor, handle Long timestamps (openclaw#42588) Merged via squash. Prepared head SHA: 8ce59bb Co-authored-by: MonkeyLeeT <[email protected]> Co-authored-by: scoootscooob <[email protected]> Reviewed-by: @scoootscooob (cherry picked from commit 843e3c1)
(cherry picked from commit abd948f)
…enclaw#48494) Threads selfLid from the Baileys socket through the inbound WhatsApp pipeline and adds LID-format matching to the implicit mention check in group gating, so reply-to-bot detection works when WhatsApp sends the quoted sender in @lid format. Also fixes the device-suffix stripping regex (was a silent no-op). Closes openclaw#23029 Co-authored-by: sparkyrider <[email protected]> Reviewed-by: @ademczuk (cherry picked from commit 10ef58d)
openclaw#35608) Merged via squash. Prepared head SHA: e62b88b Co-authored-by: ingyukoh <[email protected]> Co-authored-by: altaywtf <[email protected]> Reviewed-by: @altaywtf (cherry picked from commit 78b9384)
…reading are active (openclaw#41362) * fix(mattermost): prevent duplicate messages when block streaming + threading are active Remove replyToId from createBlockReplyPayloadKey so identical content is deduplicated regardless of threading target. Add explicit threading dock to the Mattermost plugin with resolveReplyToMode reading from config (default "all"), and add replyToMode to the Mattermost config schema. Fixes openclaw#41219 Co-Authored-By: Claude Opus 4.6 <[email protected]> * fix(mattermost): address PR review — per-account replyToMode and test clarity Read replyToMode from the merged per-account config via resolveMattermostAccount so account-level overrides are honored in multi-account setups. Add replyToMode to MattermostAccountConfig type. Rename misleading test to clarify it exercises shouldDropFinalPayloads short-circuit, not payload key dedup. Co-Authored-By: Claude Opus 4.6 <[email protected]> * Replies: keep block-pipeline reply targets distinct * Tests: cover block reply target-aware dedupe * Update CHANGELOG.md --------- Co-authored-by: Claude Opus 4.6 <[email protected]> Co-authored-by: Vincent Koc <[email protected]> (cherry picked from commit e8a162d)
These tests reference modules (monitor.test-mocks, monitor-inbox.test-harness, inbound) and import paths (openclaw/plugin-sdk/feishu) that don't exist in the fork — they depend on upstream infrastructure not present here. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Cast api.runtime.tts to TelephonyTtsRuntime at the call site and add missing ttsProviders param to the type — the core textToSpeechTelephony signature diverged from the extension's type after the RemoteClawConfig rename. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
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.
Cherry-pick batch from upstream
Issue: #1824
Commits: 11 cherry-picked, 1 fix commit, 19 skipped (conflicts)
Successfully picked
7e49e98f7c6e32835d983fecc10496ca3a63223ae42c7a5ceb62d4843e3c1efabd948f2b10ef58dd678b9384aae8a162d3dSkipped (conflicts beyond CHANGELOG.md)
e37e1ed24daf8afc95a2e30824e70abee69ef417d78ee4e45a663eac5e97097a90c5092f8139f831780110c5508b438a308f4a2bbe0c8a607d755e5a42c0be487a3ba8c432e8943ac965049dc0c926a2c5de3e6a8c5Fix commit
🤖 Generated with Claude Code