feat(channels): add personal WeChat channel support#786
Open
xinuxZ wants to merge 4 commits intoRightNow-AI:mainfrom
Open
feat(channels): add personal WeChat channel support#786xinuxZ wants to merge 4 commits intoRightNow-AI:mainfrom
xinuxZ wants to merge 4 commits intoRightNow-AI:mainfrom
Conversation
Author
|
I hope this PR gets merged soon. Personal WeChat is still the preferred option for most users, compared to enterprise tools like Feishu, DingTalk, or WeChat Work. thx! thx! thx! |
Author
|
A big boost to OpenFang community if support this super impactful social media platform. |
|
Great job |
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
This PR adds a new
wechatchannel for personal WeChat accounts in OpenFang.Unlike
wecom, which targets WeCom / enterprise messaging, this channel is designed for personal WeChat usage.Personal WeChat is far more common in many real-world communication scenarios. Compared with tools such as Feishu or DingTalk, personal WeChat setup is also much simpler for individual users.
Why
OpenFang already supports several messaging and collaboration channels, but personal WeChat support is especially useful because:
What’s Included
This PR adds:
wechatchannel using the standard OpenFang channel config styleImplementation
wechatchannel wiringConfiguration
The new channel follows the existing OpenFang channel convention and does not introduce a separate config style.
Example:
Secrets can continue to be managed through the standard
~/.openfang/secret.envworkflow.Notes
This channel is specifically for personal WeChat.
It is different from
wecom:wecomis for enterprise / organizational messagingwechatis for personal WeChat accountsThe goal of this PR is to make personal WeChat a first-class channel option in OpenFang.
Testing
Build / checks
cargo build --workspace --libcargo test --workspaceManual verification
channels.wechatsuccessfully