fix(qq): restore plain text replies for legacy clients#1941
Merged
Re-bin merged 1 commit intoHKUDS:mainfrom Mar 13, 2026
Merged
fix(qq): restore plain text replies for legacy clients#1941Re-bin merged 1 commit intoHKUDS:mainfrom
Re-bin merged 1 commit intoHKUDS:mainfrom
Conversation
Contributor
|
不应该恢复的,而是增加配置项,让用户自助切换! |
Collaborator
好的,我看一下🤔 |
Collaborator
已经在main修复,可以nanobot onboard之后把msgFormat换成markdown,具体可以参考 |
|
这么大个调整应该写到highlights的……对原来用新版QQ的用户来说和md渲染一夜之间挂掉了一样,翻了半天what's changed再找到这边才知道怎么回事,然后再去readme翻才知道config怎么改😭 |
sorker
pushed a commit
to sorker/nanobot
that referenced
this pull request
Mar 24, 2026
…lients fix(qq): restore plain text replies for legacy clients
Wattysaid
pushed a commit
to kieran-assistant/nanobot
that referenced
this pull request
Apr 3, 2026
…lients fix(qq): restore plain text replies for legacy clients
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
msg_type=0+content)msg_seqbehavior for both group and C2C sendsWhy
Fixes #1936. The recent markdown payload switch broke interactions for older QQ clients, while plain-text sends were previously compatible.
Validation
git diff --checkPYTHONPATH=. pytest -q tests/test_qq_channel.py(fails in this environment: missing dependencytiktokenduring test import)